This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Olga Barlow
Hi there,
I’d like to remove the underline from my menu items hover.
I tried some standard css values but they didn’t work.
Please advise.
Hello,
Add the following code in custom css
.header-color-dark .menu-wrapper .menu > li.current-menu-item > a:after, .header-color-dark .menu-wrapper .menu > li > a:hover:after {
background-color: transparent;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up