Background color in latest articles

Posted in: Newspaper
Post count: 14

How can I change title background color in latest articles?
This is my website: http://www.radarenlinea.com

Post count: 20688

Hi,

The latest articles background color will be affected by this setting in the theme panel
https://www.screencast.com/t/xiOKXsUtdyC
Note that this setting may affect other elements as well. I could give you a code to set a background of your choosing only for the latest articles title
https://www.screencast.com/t/RZdeo16Gg50
Enter it in Theme panel->Custom CSS section if you decide to use this solution

.td-pb-article-list .td-block-title {
background-color: blue;
}

Thanks

Post count: 14

Instead of “blue” color, could I put something like #524e63 in Custom CSS? Would that work properly?

Post count: 14

It works 🙂
Thank you!!

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