Single Post Template 7

Posted in: Newspaper
Post count: 41

I’m probably missing it somewhere, but when I choose Single Post style 7, the only color that’s displayed for the header text is gray. Is there any way that I can change the font color to white as it’s displayed on the demo? I know I’m probably seeing the solution in the documentation but missing it.

Thank you.

Post count: 22421

Hello,

You can change the post title color from the theme panel: http://screencast.com/t/UrPQT0OW
If you want to target just a specific post template you can do it with CSS:
.td-post-template-7 .td-post-header .entry-title{
color:red;
}

Thank you!

Post count: 41

thanks so much! I only needed it for that one template since that’s the one I’ll be using from now on whenever I have a great featured image to display. This is perfect.

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