Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #819625

    I’ve seen several threads regarding removing the Header menu text decoration underline however I’ve tried the following codes without success:

    .avia-menu-fx {
    display: none !important;
    }

    and

    #header_meta .sub_menu>ul>li:hover>a {
    text-decoration: none;
    }

    Any suggestions?
    Site below
    Thank you!!

    #819633

    Hey tlchase,

    That is because you have following custom CSS code

    a:hover {
        text-decoration: underline !important;
    }

    Please add following code to Quick CSS as well

    .av-main-nav li a:hover {
        text-decoration: none!important;
    }

    Best regards,
    Yigit

    #819697

    You are awesome Yigit, that worked great since I wanted to keep the underline on the content hyperlinks.

    Really appreciate that!

    #819702

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Menu underline’ is closed to new replies.