How can I change the color of posts titles appearing in my homepage block?

Posted in: Newspaper
Post count: 3

Hello everyone, my first post here. I’d like to ask you for help regarding the following screenshot:
post title on homepage block

I’d like to change the title color from white to black, but I cannot seem to find the appropriate field in the newspaper settings.

Anyone got an idea?

Thank you,

Post count: 3

for some reason the image isn’t visible in the previous post. Here it is:
https://imgur.com/a/LjIY5

Post count: 20688

Hi,

You could try a code like this for example
https://www.screencast.com/t/UPx5GQIq
It will make the post title the color you want. On hover the title color will still be default.

.td_block_big_grid_fl_8 .td-big-grid-post .entry-title a {
color: black;
}

If you want it to remain black at all times, add this code too

.td_block_big_grid_fl_8.td-big-grids-fl .td_module_wrap:hover .entry-title a {
color: black;
}

This code must be entered in Theme panel->Custom CSS section.

Thanks

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