Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1263475
    arminnikpour
    Participant

    Hi
    Actually I’m going to replace superfly menu to x theme’s default menu button JUST FOR MOBILES !
    Is There Any Way To hide default menu button of x theme for mobile previews?!
    Thanks

    #1263485
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    You can do that by adding this CSS to Admin > Appearance > Customizer > Custom > CSS

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

    Hope this helps.

    #1263488
    arminnikpour
    Participant
    This reply has been marked as private.
    #1263495
    Thai
    Moderator

    Hi There,

    Would you mind providing us with your FTP account so we can take a closer look?

    Thanks.

    #1263499
    arminnikpour
    Participant
    This reply has been marked as private.
    #1263518
    Christopher
    Moderator

    Hi there,

    #1 Please see the attachment, you added CSS at the wrong place.

    #2 Cornerstone is a required plugin in X, please activate it.

    Hope it helps.

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