excerpt color

Posted in: Newspaper
Post count: 36

Hi, i have problem with excerpt in block 1 and 2 on homepage. I want to change color of excerpt only on homepage, but I dont know how to do that? Can you tell me?

Thanks

Post count: 6600

Hi,

You can use custom css to target only the homepage and change the excerpt only for block 1 and 2, like this: http://screencast.com/t/59Z8fzwIGrC

.home .td_block2 .td-post-text-excerpt, .home .td_block1 .td-post-text-excerpt {
color: red;
}

Thanks

Post count: 36

Hi,

This code you give me is not working for me. You can see here> http://delcevodenes.mk/

Its not changeing post excerpt color.

Can you tell me css code for not showing post excerpt on home page, on this two blocks. I tried with this one, only put display:none, but its not working.

Best regards

Post count: 6600

Hi,

Use it like this to change the text color for block 1 and 2: http://screencast.com/t/3Tu5zDP7

.home .td_block2 .td-post-text-content, .home .td_block1 .td-post-text-content {
color: red;
}

Please note that you don’t have any block 2 on your homepage, all are block 1.

Use this to hide the text on blocks: http://screencast.com/t/UdUe1953ifh

.home .td_block2 .td-post-text-content, .home .td_block1 .td-post-text-content {
display: none;
}

I also noticed all this errors in you console: http://screencast.com/t/8woJM5aDFiy Please consider deactivating some plugins as this could generate conflicts and cause the theme/ other plugins/ features and so on not to work properly or at all.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.