Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1157414
    Olianna P
    Participant

    Hi, I don’t want my Slider to show on mobile.
    My site is http://www.tastywork.com

    LOGIN CREDENTIALS BELOW.

    Thanks!

    #1157415
    Olianna P
    Participant
    This reply has been marked as private.
    #1157465
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    @media only screen 
    and (max-device-width : 481px)  {
    
    .x-slider-container.below {
    display:none;
    }
    }
    

    Hope that helps,

    Joao

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