Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1086811
    Eric M
    Participant

    We have been able to eliminate all hover bar components in the nav but cant seem to locate ones location. what is the css to get rid of this one?

    #1086814
    Eric M
    Participant
    This reply has been marked as private.
    #1086952
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1095656
    Eric M
    Participant
    This reply has been marked as private.
    #1095669
    Thai
    Moderator

    Hi There,

    Please find this CSS:

    .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;
    }

    And change to this:

    .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;
    }

    Hope it helps 🙂

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