Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1104226
    SKBlue
    Participant

    Hi,

    This is a follow-on thread from this one that focuses on making the logo centred with menu links at either side. That thread was very useful, so thanks for that. I’m having trouble getting rid of the hover bar above the logo however – I know the code is there to solve it, as you have solved the problem for MexConcpet on pg2 in that thread using this code:

    .x-navbar .desktop .x-nav > li#menu-item-31 > a:hover, .x-navbar .desktop .x-nav > #menu-item-31.x-active > a, .x-navbar .desktop .x-nav > #menu-item-31.current-menu-item > a {
    box-shadow: none;
    }
    .x-navbar .x-nav-wrap .x-nav > li:not(#menu-item-31) > a {
    padding-top: 30px;
    }

    However the same code doesn’t work for our site (assuming as it isn’t pointing to the correct menu-item-number) – I’m not sure on the fix for us – can you advise on where I would gain the correct menu-item-number, or if it is possibly a different issue. I will follow up permission to access the site in a private post shortly.

    Thanks.

    #1104227
    SKBlue
    Participant
    This reply has been marked as private.
    #1104676
    Jade
    Moderator

    Hi there,

    Please add this in the CSS customizer:

    #menu-item-316 a {
        box-shadow: none;
    }

    Hope this helps.

    #1105604
    SKBlue
    Participant

    That is does, thanks!

    #1105693
    Joao
    Moderator

    Glad to hear it,

    Joao

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