Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1004976
    wtony
    Participant

    Hi, I’ve replace the mobile menu with superfly but what’s weird that everything works except that when I tap on the padding area of mobile menu button on a mobile device, the theme x menu appears. Please see attached png

    My question is, how do I completely disable the collapse animation + the original theme x menu from collapsing?

    #1005014
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1006893
    wtony
    Participant
    This reply has been marked as private.
    #1006992
    Paul R
    Moderator

    Hi,

    Thank you for providing your login credentials.

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 979px) {
    .x-nav-wrap.mobile {
        display: none !important;
    }
    }
    

    Hope that helps.

    #1007155
    wtony
    Participant

    works great! Just wondering, was it just the custom css that did the trick?

    #1007205
    Joao
    Moderator

    Hi,

    Yes this is a media query CSS code it will apply styling to specific screen size.

    Let us know if you need help with any other issue.

    Joao

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