Need Solid Main Menu Hover Color Instead of Underline for Header Style 9

Posted in: Newspaper
Post count: 12

Hi, I need a solid main menu hover color instead of the underline color for header style 9. My logo and tagline are large enough to replace the display ad. None of the styles offer this. When I use style one, my logo and tagline are too small. Even with the display ad turned off. What am I missing? Thank you.

Post count: 35449

Hi,

If you want to have a background color on menu instead of the bottom line please set this custom css in Newspaper>Theme panel>Custom code>Custom css-> https://www.screencast.com/t/KdvtRQHT5He
Also you can change the color!
.td-header-style-9 .sf-menu > li > a::after {
height: 100%;
z-index: -1;
background-color: #fe34e1;
}

Thank you!

Post count: 12

It worked. Thank you.

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