Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1103194
    dani_blues
    Participant

    Hy i´m using megamenu. when the homepage goes in responsive mode, then i see two menu buttons. how can i deactivate the themex menu?

    #1103296
    Christopher
    Moderator

    Hi there,

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

    @media (max-width:979px){
    .x-nav-wrap.mobile.collapse {
        display: block !important;
        height: auto !important;
    }
    a.x-btn-navbar {
        display: none !important;
    }
    }

    Hope that helps.

    #1103306
    dani_blues
    Participant

    Perfekt thanks a lot.

    #1103415
    Joao
    Moderator

    Glad to hear it

    Joao

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