Block and posts content's colors

Posted in: Newspaper
Post count: 3

Good morning,
for this theme https://demo.tagdiv.com/newspaper_city_news/
I can’t find where to change the colors of the block labels (NEW EVENTS, MUST READ, etc), as well as the hover colors of the news headlines.

The same is true when I open an article: I would like to change the colors of the labels in the sidebar and related articles.

I have already changed all the colors to the theme colors but these don’t change.

Thank you

Post count: 3
Post count: 27744

Hello,

To change the color of the blocks from the homepage, please edit with tagDiv Composer, select the block and change the background color => https://www.screencast.com/t/x68tDSQ9y for the color of category on the Standard Single Template, you need to set a color on each category from Theme Panel -> Categories => https://www.screencast.com/t/kJDdaQmeVQ8s -> https://www.screencast.com/t/SXpKwpcJIxvG
For Related articles and more from author, you need to use a custom code CSS =>

body .td_block_template_4 .td-related-title .td-cur-simple-item {
background-color: #EA2E2E ;
}
body .td_block_template_4 .td-related-title .td-cur-simple-item:before {
border-color: #EA2E2E transparent transparent transparent !important
}

You need to set the code in theme panel > custom code> custom css.
for the widgets from sidebar, you need to set the color in Appearance -> Widgets => https://www.screencast.com/t/UEot5Ezb -> https://www.screencast.com/t/gxNLadZ28

Hope this helps you!

Thank you!

Post count: 3

Thank you so much!

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