Maximax
-
Posts
7 -
Joined
-
Last visited
Reputation Activity
-
Maximax got a reaction from creedon in New menu underline is appeared.
Thanks ! It perfectly works !!!
-
Maximax reacted to creedon in New menu underline is appeared.
I don't know if this will remove them all but it's a start.
Add the following to Design > Custom CSS.
body:not( .header--menu-open ) .header-nav-item--active > a { background-image : unset; } This is for v7.1.
Let us know how it goes.