How to change MENU TEXT HOVER COLOR for active text in MAIN MENU?

Posted in: Newspaper
Post count: 14

Newspaper 6: How to customize the hover text color for the main menu (not only the submenus)? I use header 3. I’ve tried with ‘Custom Code’. The problem: The active item text color does not remain #FFFFFF. The text changes back to #000000 whenever the mouse moves away (#000000 is the color of the inactive items).

I have tried this code:

.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
color: #FFFFFF !important;
}

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/jg5saISUly

.td-header-style-3 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-3 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-3 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-3 .black-menu .sf-menu > li > a:hover, .td-header-style-3 .black-menu .sf-menu > .sfHover > a {
color: #FFFFFF !important;
}

Thanks!

Post count: 14

Thank you, this is fine.

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