Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #837768

    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

    #837854

    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

    #838010

    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

    #838038

    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

    #838044

    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.

    • This reply was modified 7 years, 3 months ago by ccyran.
    #838072

    Hi,
    Try:

    .header_color div {border-color: transparent!important; }

    Best regards,
    Mike

    #838074

    Thanks Mike!

    Is there CSS to make the underline closer to the type? And not as wide?

    #838078

    Hi,
    Sorry, it’s a border so it would always be full width.

    Best regards,
    Mike

    #838083

    I see, thanks!

    #838088

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Underline in tabs on hover’ is closed to new replies.