Problem with title of post

Posted in: Newspaper
Post count: 33

Hi I have a problem. Post type 11 title is black and is not visible. The rest is all right.

Screenshot

Post count: 22421

Hello,

If you change the default post title color, then on the black templates it will not switch to white automatically anymore. The post title color is dynamic by default if not changed. Either remove the post title color from the theme colors section: https://www.screencast.com/t/gcVLSJc3I4C
Or change the color to one that can show up on black as well,
Or use this custom css to manually change the post color to white on the video post template in particular:
.single_template_11 .td-post-title .entry-title, {
color:white;
}

Thank you!

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