Can I change the block's news titles color?

Posted in: Newspaper
Post count: 20

I want to change the Block 3 and Block 12 news title’s color from black to white. How can I do this?

Post count: 20688

Hi,

If you mean the block title, the background color and text color can be customized for each block as you like, by editing the page with the composer
https://www.screencast.com/t/fio3VpC2gw2
If you mean the post titles in these blocks, you could use a code like this to change the text color just for them
https://www.screencast.com/t/QoLbKm0cIL
This is the code used, it must be entered in Theme panel->Custom CSS if you will use it

.td_block_3 h3 > a,
.td_block_12 h3 > a {
color: yellow;
}

Thanks

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