Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1080821
    TimoViBritannia
    Participant

    Hi there,

    With the latest update I am now using superfly menu and I have to say it is really really amazing. But how can I disable the standard menu button on mobile pages? So that there are not 2 menus. I am using superfly menu as a mobile menu only.

    Thx
    Timo

    #1080897
    Rupok
    Member

    Hi Timo,

    Thanks for writing in! You can control the visibility of Superfly menu on mobile as well – http://prntscr.com/brduyd

    This FAQ would be helpful for you to answer your question – http://superfly.looks-awesome.com/docs/FAQ#issue03

    Cheers!

    #1086894
    Kilmanagh
    Participant

    The question that was asked is if there was a way to DISABLE the X-Theme Menus (Header and footer) and use only the Superfly Menu. The second link you posted is how to disable the Divi Theme Menu and does not necessarily represent the Css in the X-Theme.
    It does look weird using two menus, especially when using a mobile device.

    #1087070
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    @media (max-width: 979px)
    .masthead-inline .x-btn-navbar {
        display: none !important;
    }

    Hope that helps

    Joao

    #1088463
    Kilmanagh
    Participant

    I tried it, and there is no effect on mobile or desktop display.

    #1088726
    Joao
    Moderator

    Hi There,

    Sorry there is a mistake on the code:

    Try this instead:

    @media (max-width: 979px) {
    .masthead-inline .x-btn-navbar {
        display: none !important;
    }
    }

    If that doesn’t fix your issue please provide us your URL and more detailed information about what you want to achieve.

    Thanks

    Joao

    #1089448
    Kilmanagh
    Participant

    Works like a charm! Thank you!

    #1089520
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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