Title color edit

Posted in: Newsmag
Post count: 28

Hi. I’ve spent a good amount of time in the front and backend, but can’t seem to locate this font color setting. Might someone point me to where i can edit this color? I’ve already added some other custom css, but it’s not related to this and was hoping this is in the settings.

https://paste.pics/CLUO6

Thanks!

Post count: 35449

Hi,
Most of Newsmag pre build demos have assigned a custom class on the body -> https://i.imgur.com/tpUkMHd.png and using that class are assigned some extra css, for example -> https://i.imgur.com/LkP5a5u.png -> https://i.imgur.com/BcNKHE3.png so if you want to keep the design you need to use a css to change the colors, for example -> https://i.imgur.com/F8j0JPr.png
.td-scandal .td-grid-style-2 .td-big-grid-meta {
background: green!important;
}
.td-scandal .td-scandal-big-grid .td-grid-style-2 .td-big-grid-meta a{
color: white;
}

Or you can remove the extra class and the settings from theme panel and tagDiv Composer
will apply.
Thank you!

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