Menu Hover Effect

Posted in: Newspaper
Post count: 28

Hey there,
This is my website and when I hover over to the menu, items like if I hover over to the Internet category in the menu, it turns black. I don’t need it to turn black. I need some like this website when we hover to any menu items the color remains same. Have a look at this https://www.useloom.com/share/f2aa7f7acdf344a8961e0db881d5a4b1

Post count: 20688

Hi,

That black color is coming from the demo. It is predefined in the demo stylesheet
https://www.screencast.com/t/cAANl3sO53
A solution would be to remove that color from the mentioned location. Then the theme panel set color will apply
https://www.screencast.com/t/ryqb5HQDk1
Or you could modify it to a desired color in the same location. Or use a code to override it (custom code can be entered in Theme panel-Custom CSS)
https://www.screencast.com/t/r03d3lp1RG

.td-gadgets .td-header-style-5 .sf-menu > li > a:hover {
color: yellow;
}

Thanks

Post count: 28

Thanks for the reply, Have a look at this https://www.useloom.com/share/ff2fe6e8fcde4c02aabbffad60fb2f38 When I hover over to the mega menu and try to select any the post, the mega menu text color will change, And I tried to select active and hover color through theme panel but it’s not working

Post count: 20688

As I mentioned above, in order for the theme panel colors to apply you will have to remove the demo customization from here
https://www.screencast.com/t/Z9EnfSpcmi0
Then the theme panel colors will apply.

This happens because at the time of the gadgets demo creation, there was no theme panel option to set active and hover colors. This is why the color is set in the stylesheet directly. Sorry if this is an inconvenience.

Post count: 28

Unfortunately, that didn’t work, I have mailed you the site credentials have a look and fix the issue, please!

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