Mouse Over Color of Titles in Containers

Posted in: Newspaper
Post count: 2

I have a problem with the styles of all headlines in the containers of the homepage and category pages, NOT on a single post, here they are correct.

So you know what mouse-over color I mean, here the example of a headline on the homepage:
http://www.gesundheit-medikamente.com/wp-content/uploads/2017/07/Unbenannt.jpg

Where can i change this color?

Post count: 23312

Hello rtissler,

If you want to change the title color you should use a bit of CSS code. Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-blog-fitness .td_module_wrap:hover .td-module-title a {
color: green !important;
}

The result is here -> https://www.screencast.com/t/vRyP6EXP

Thanks.

Post count: 2

great, thx a lot for your help!

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