Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #198803

    Hi,
    I want to disable fullscreen slider in smartphones, could you please give me a quick css solution?
    This quick css solution “hides” the slider or it make it not to load at all?

    Cheers

    #198804
    This reply has been marked as private.
    #198876

    Hi!

    Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    #fullscreen_slider_0 { display: none;}
    }

    Remove browser cache then reload the page

    Regards,
    Ismael

    #199165

    Works!
    Cheers!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable fullscreen slider in mobile’ is closed to new replies.