onmouseover / Font Color

Posted in: Newspaper
Post count: 29

Hello,

I use the default demo template and style. 3 Boxed dark menu

I have two questions

1) How can I change the color of the category at onmuseover change (1)
2) How can I change the font color from black to white? (2)

http://www.bilder-upload.eu/show.php?file=2ea705-1455283718.jpg

Thank you for your support and a erholsamens weekend
Bernd

Post count: 23312

Hello Pc-Drifter,

1)If you want to change the color of the category tags, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-animation-stack:hover .td-post-category {
background-color: red!important;
}

The result -> http://screencast.com/t/QZfzCwKGx

2)If you want to change the color of the title of the post from Big Grid, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-big-grid-post .entry-title a {
color: red;
}

The result -> http://screencast.com/t/fPzqUMLn

Hope this helps!

Thank you for the message!

Post count: 29

Thank you very much

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