Post Title Color

Posted in: Newspaper
Post count: 19

Hello,

I need to change the color of the post titles in blocks from the standard black to white but only on one single page. Overall they should remain black.

Thank you for your help.
Ben

Post count: 6535

Hi

Try this css in theme panel > custom css:

.page-id-abc .entry-title.td-module-title a{
color: red!important;
}

You have to replace the abc with the page id number. To get the page id follow this link: http://screencast.com/t/o1SnbdbGIPV

Let me know how it goes.
Thanks!

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