Changing headline color in style 5

Posted in: Newspaper
Post count: 66

Hello,

I’m using Style 4 as the default for my site, and I set my headline text color to white. However, sometimes a post doesn’t have a featured image, forcing me to use Style 5 … and then it looks like there’s no headline, because both the headline text and the background are white! Is it possible to change the headline text to black only when using Style 5?

Post count: 22421

Hello,

By headline text are you referring to the post title? If this is the case you can use this css to affect just template style 5:

.single_template_5 .td-post-title .entry-title{
color:black!important;
}

You can add the code in the theme panel -> custom css box

Thank you!

Post count: 66

Yep, I was talking about the post title, and the code worked perfectly – thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.