Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #989314
    Chris
    Participant

    hello themeco-team ,
    is it possible to leave the menu as it is, even under a width of 979px, regardless of what it looks like then?
    we dont want the x-btn-navbar. we want only the x-nav. is there a simplay solution?

    kind regards from berlin,
    chris

    url: http://wewerka.webbrutalism.com/

    #989317
    Chris
    Participant

    @media (max-width: 979px){
    .x-nav-wrap.desktop {
    display: block;
    }
    .masthead-inline .x-btn-navbar {
    display: none;
    }
    }

    could this be a solution?

    #989319
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    a.x-btn-navbar {
        display: none !important;
    }

    Hope it helps.

    #989394
    Chris
    Participant

    thank you

    #989398
    Paul R
    Moderator

    You’re welcome! 🙂

    #989400
    Paul R
    Moderator

    You’re welcome! 🙂

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