Remove Hover Line and Anchor Hovers in Menu

HI I have done this before and I tried this code but its not working to remove the hover line in the menu.

.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 {
box-shadow: none;
}
I’m also trying to have my page anchors not all hover/highlight when on the homepage.

see below

1 Like

Hi @designbabe,

Thanks for writing

Your code is correct above is correct however it is not the code that you used in your custom CSS.

I have fixed it already for you.

Hope it helps.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.