Main Menu Nav Hover Color

Posted in: Newsmag
Post count: 187

Where do you change or how do I change the color when hovering over the main navigation menu?

Post count: 23312

Hello bformhals,

Notice there is an option for it in Theme panel->Theme Colors, like this -> https://www.screencast.com/t/i4xb1sqQC

Thanks for the message!

Post count: 187

There is no option for Active Hover Color. Newsmag has a Border Color in that spot

Post count: 23312

Hello bformhals,

You should use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.sf-menu>li>a:hover{
background-color:red!important;
}

Thanks for the message!

Post count: 187

Then I need to make the text change.

Thank you very much

Post count: 23312

Hello bformhals,

You should use the color rule on your custom code, like this ->

.sf-menu>li>a:hover{
background-color:red!important;
color:green!important;
}

Thanks for your understanding!

Post count: 187

perfect and thank you very much

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