Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1326184
    Zach
    Participant

    I’m trying to remove the hover underline on the nav in Ethos. I tried the following, but it’s still there.

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none;
    }

    In case you need to check it out, the URL is https://petronellacomputer.com/security.

    #1326607
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please try following code instead:

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: none !important;
    }

    Let us know how it goes.

    Thanks.

    #1327353
    Zach
    Participant

    That did the trick- thanks!

    #1327385
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1326184 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>