Post Template "Style 9", "Style 10" and "Style 11"

Posted in: Newspaper
Post count: 2

Hello!

I can’t change the colors of the tags and links in these styles:
Post Template “Style 9”, “Style 10” and “Style 11”
Can you help me?

para exemplo:
https://nuub.digital/ladygaga-arianagrand-rainonme/

Post count: 35449

Hi,

Unfortunately there is no setting for the standard post style to change the color of the tag, this can be done only with custom css ->
.td-tags a {
color: #fff;
}

The code need to be set in theme panel custom code > custom css.
As an alternative, you can use a single post template from tagDiv Cloud Library, this can be edited with tagDiv Composer and you can add/remove elements and style them.
-> https://i.imgur.com/loEfufO.png

Thank you!

Post count: 2

thank you!

Please direct me as these changes to links from previous articles, related articles as well as “Leave a reply”

Post count: 35449

Hi,

Please replace above css with this one -> https://i.imgur.com/pXk0wMa.png
.td-tags a, .td-post-next-prev-content a, .td-module-title a, .td-author-name a, h1, h2, h3, h4, h5, h6 {
color: #fff;
}

Also you can use a single post template from tagDiv Cloud Library and this can be edited using tagDiv Composer.

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