Comment Header Font Color

Posted in: Newspaper
Post count: 13

I noticed that the text above post comments where it says the number of comments (e. 10 COMMENTS) is white and blending into my white background.

When I inspect the element it says it’s “h4 class=”td-comments-title block-title”>, but I can’t seem to find where to edit that element color in the Theme Panel.

Thanks,
Andrew

Post count: 35449

Hi,

If you are using a standard post template, then you’ll need a css to change the color -> https://i.imgur.com/xD2D6Au.png
.td-comments-title span{
color: yellow;
}

If you use a single post template from tagDiv Cloud Library then you can edit it with tagDiv Composer -> https://i.imgur.com/LK3iYqZ.png -> https://i.imgur.com/4SRJKt4.png

Hope this will help you!

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