Issue with Post Template 3, 7, 8 – Post title Color

Posted in: Newspaper
Post count: 27

Post title color not changing when the background is dark in Post template 3, 7, 8.
How to change that color when I use these three templates.

http://www.gadgetheadline.com

Post count: 23312

Hi,

Please provide the exact link where you are using these post templates so I can identify the post title and also, so I can provide a more accurate response.

Thank you!

Post count: 27
Post count: 20688

Hi,

If a general color is set in the theme panel the post title color will not change automatically, that color will always apply to all the post templates. But if it’s left on default it will change when needed – http://prntscr.com/no8na9

If you want to keep the general color from the theme panel, but change it only for templates 3, 7 and 8, you could use a code like this in the theme panel custom CSS section

.single_template_3 .post .td-post-header .entry-title,
.single_template_7 .post .td-post-header .entry-title,
.single_template_8 .post .td-post-header .entry-title {
color: green;
}

A setting to color the post title for each template doesn’t exist, you could try this suggestion.

Thanks

Post count: 27

Thanks for the suggestion. Default Post Title Color is the best option.

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