Main Menu Text Highlight

Posted in: Newsmag
Post count: 21

I want to change the white highlight color in the main menu (the hover) but don’t see any options for that in the Theme Panel. I only see changes for the Top Menu.

Is there a way to change the color of that?

Thank you

Post count: 6600

Hi,

Unfortunately there is no option to change it from theme’s panel but it can be do using custom css, like this: http://screencast.com/t/j5CCAcIfGi

Try the css code from below in theme panel > custom css section and change the color values as you want theme.

.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > .current-category-ancestor > a,
.sf-menu > li > a:hover,
.sf-menu > .sfHover > a {
background-color: #28ff26;
color: #ec36d6;
}

.sf-menu ul .td-menu-item > a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-category-ancestor > a,
.sf-menu ul .current-menu-item > a {
color: #ff1c1f;
background: #4DEC54;
}

Thanks

Post count: 21

Thank you so much! It works perfectly!

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