Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1182138
    Vladmazurenko
    Participant

    Hello,

    I would like to hide the nav bar with the logo and the menu when using the mobile version.

    #1182573
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1206728
    Vladmazurenko
    Participant

    hello,

    the url is http://www.vladmazurenko.com

    #1206854
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add at Appereance > Customizer > Custom > CSS :

    @media only screen and (max-width: 979px) {
        .x-brand {
          display: none;
        }
    }

    Hope this helps!

    Let us know how it goes.

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