Block post title custom colors

Posted in: Newspaper
Post count: 4

Dear Support,

Can I customize the block post title colors? For example: in block 22 I want to use a green color for every post title etc. Do I need a custom CSS?

Thank you!

Post count: 3

I have the same problem whit block 9! who can change this?

Post count: 22421

Hello,


@ferimester

You can select a green hover color from the post background color: https://www.screencast.com/t/YyvOPXCJ7j but in order to get the post title green (not just the hover color) you will ahve to use this custom css code:
.td_block_22 .entry-title a{
color:green;
}


@seranoticia

For block 9, please use this code:
.td_block_9 .entry-title a{
color:green;
}

CSS code can be added in the theme panel-> custom css box.

Thank you!

Post count: 4

Thank you, it works!

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