Main menu hover color

Posted in: Newspaper
Post count: 61

Hi, I’ve tried every css I found on forum, still color stay same, I can’t change it.

menu

I want to change active menu item color, and hover color to black.

p.s. changing colors via Theme panel doesn’t help. theme panel

Post count: 35449

Hi,

If this is the result you want https://www.screencast.com/t/lpc2qEiF2TJ , then please add the below css in Newspaper>Theme panel>Custom code> Custom css
.td-header-style-12 .sf-menu > .current-menu-item > a, .td-header-style-12 .sf-menu > .current-menu-ancestor > a, .td-header-style-12 .sf-menu > .current-category-ancestor > a, .td-header-style-12 .sf-menu > li > a:hover, .td-header-style-12 .sf-menu > .sfHover > a {
background-color: black!important;
}

This will work only for header stile 12

Thanks.

Post count: 61

That’s worked, thanks

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.