How to change the background color of heading for all posts.

Posted in: Newsmag
Post count: 6

How to change the color of heading of all posts.
please check the link https://www.eandeblog.com/
Look at the heading background for all posts they are yellow in color.
I want to change that to green.
How do I do that.
Thanks.

  • This topic was modified 2 years by Jaikumar.
Post count: 35449

Hi,
For this you can use a custom css like this one:
.td-scandal .td-grid-style-2 .td-big-grid-meta, .td-scandal .td-scandal-videos, .td-scandal .td-scandal-videos .td_video_playlist_title, .td-scandal .td-scandal-instagram, .td-scandal .td_module_11 .td-read-more:hover a, .td-scandal .td-post-template-4 header,
.td-scandal .td-scandal-big-grid .td-grid-style-2 .td-big-grid-meta {
background-color: green!important;
}

This code should be set in the theme panel > custom code> custom css.
-> https://forum.tagdiv.com/newsmag-theme-colors-introduction/

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