Hey guys,
Can you provide CSS so that when a person hovers over anything in my header menu, a white underline appears beneath it? And disabling it changing color.
Thanks!
Chris
Hey Chris,
For the underline, you can do this without CSS. Please go to Enfold > Header >Header Layout. Under “Header Style”, please select Default instead of Minimal.
Then, for keeping the menu color white, please add this in Quick CSS:
#top #header .av-main-nav > li:hover > a,
#top #header .av-main-nav > li:hover > a .avia-menu-text {
color:white!important;
}
Best regards,
Sarah
Got it!
Is there CSS for removing those two black lines when I use the default header style?
Image attached for reference: https://ibb.co/iQVpUv
Hi,
I don’t see the black lines on your site right now, can you make the change that produces them so we can offer a fix?
Best regards,
Mike
Hey Mike,
Sure thing. It’s when I make the header style “default”. I put it back there just now! Also just noticed that it happens when you scroll down.
Thanks Mike!
Is there CSS to make the underline closer to the type? And not as wide?
I see, thanks!