Hello
Is there a way to tweak the hover bg color of header sub-menus?

Hello Dan,
Thanks for the details.
To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.desktop .sub-menu {
background-color: #e5e5e5;
margin: 0;
padding: 0.75em 0;
border-radius: 0;
box-shadow: none;
}
.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > .x-active > a,
.x-navbar .desktop .x-nav > .current-menu-item > a {
background-color: #333;
}
Please let us know how it goes.
1 Like
Give yourself a pat on the back.
Thanks thats great - just tweaked the colours and I’m away.
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.