Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider.

    To hide your slider on the mobile, you can add a classname for your slider (for example: mobile-slider) then add the below code to Slider custom styles:

    @media screen and (max-width: 750px) { 
          .mobile-slider { display:none; }
    }

    If you need any further information, please let me know.

    Best,

    great, thank you!

    Hello, This worked great but i see Google Pagespeed message about deffering the images in the slider.

    is it possible to not load the slider at all depending on user device?

    Thanks,Lalit Nagrath

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Slider on mobile’ is closed to new replies.