Can Not Change hover color

Posted in: Newsmag
Post count: 7

I need some help changing my hover color for ecommerce link on my navbar it turns pink when I highlight over it and I can not find it in colors section of theme panel here is the website nicheworm.com

Post count: 20688

Hi,

The pink color comes from the demo you have installed. Each demo has it’s own custom styling. One way of changing the hover color would be to modify it in the demo stylesheet
https://www.screencast.com/t/upAmVCQlxTZQ
Or use this code to override the current color, with the color you want
https://www.screencast.com/t/kuzGKQVY

.td-what .td-header-style-6 .black-menu .sf-menu > li > a:hover {
color: yellow;
}

The code must be entered in Theme panel->Custom CSS section.

Thanks

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