Title to change color when I hover over it with my mouse

Posted in: Newspaper
Post count: 100

I was wondering if it is possible to change the header title from color when I hover over it. Right now it just stays the same color. I just want that the color slightly changes from white to light grey. Is this possible?

http://www.screencast.com/t/dYG2jmmVI0lR

Thanks!

Post count: 20688

Hi,

You can set a color for when the menu items are active and hovered, in the theme panel
https://www.screencast.com/t/UUcs4HbX

Thanks

Post count: 100

Hi Simion. I did what you said, I tried every option that there is. But It doesn’t work. Overtime when I go over my titles it doesn’t seem to change color.

Is there a custom code that I can paste that will make this happen?

Theme panel screenshot : https://www.screencast.com/t/MhGBJs29Zu9
Link to website :http://www.brainer.nl

thank you!

Post count: 20688

Hi,

A code like this will chnage the color for the menu items when hovered or active
https://www.screencast.com/t/hVrIfr5DEn1
Change the color to what you want

.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a:hover,
.td-header-style-12 .sf-menu > .current-menu-item > a {
color:lightgrey!important;
}

Thanks

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