Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248752
    weclose
    Participant

    Hi,

    Is there a way to display the top bar only on mobile?

    I was thinking showing the phone number at top on mobile but not on desktop browsers.

    Any idea how to make it work?

    Can you have the top bar stacked on logo/menu on mobile so it stays while scrolling?

    #1248802
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please use following CSS under Custom > CSS in the Customizer to hide topbar on desktop:

    @media only screen and (min-width: 950px) {
       .x-navbar-wrap{display:none !important;}
    }

    Thanks.

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