Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1024198
    ocsweb
    Participant

    dev site: http://nlwebdesign.com/securefence/

    How can I make the topbar only visible on mobile?

    Reason: I want to have a phone number CTA showing up on mobile at the top with social icons.

    #1024547
    Joao
    Moderator

    Hi There,

    Please add the following code to your Appereance Customizer Custom CSS

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

    Hope that helps

    Thanks

    Joao

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