Text color problem

Posted in: Newspaper
Post count: 6

Hello,

I can’t find the option to edit the text color of articles on the homepage. Right now it is black, it needs to be white. I have searched everywhere. The other thing is, at the homepage the “HOME” tab is black. Needs to be white also.

See: http://www.espeon.tech

The last thing. when clicking at an article like: http://espeon.tech/?p=81 also the same problem happends with black text that neds to be white. I can’t sort it out either.

Please tell me what to do.

Kind regards

Post count: 6

EDIT: Also the “trending now” text.

Post count: 35449

Hi,

The settings from theme panel and tagDiv Composer do not apply on some elements like the home element and some blocks elements because in theme panel is set an extra class on body and is overwrite the settings -> https://i.imgur.com/gZb0qT9.png you can solve this problem in two ways, one remove the class from body and the style will apply or use custom css -> https://i.imgur.com/ebrfq8Y.jpg.td-gadgets
.td-header-style-5 .sf-menu > .current-menu-item > a{
color: #2f2;
}
h3> a{
color: #fff;
}
.td-gadgets .td_module_8 .entry-title a:hover {
color: #2f2 !important;
}
.td-gadgets .td-header-style-5 .sf-menu > li > a:hover {
color: #2f2 !important;
}

The doe need to be set in theme panel> custom code > custom css.

The color on “trending now” it can be change using tagDiv Composer -> https://i.imgur.com/De4R9gd.png

Thank you!

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