Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28753

    Hi,

    Is it possible to disable the layer slider on the home page when the website is viewed by a smart phone.

    #138518

    Hey,

    Yes, it is possible. Inspect the layer slider then look for the id. Add something like this on your custom.css or Quick CSS:

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

    Regards,

    Ismael

    #138519

    Hello

    With “#layer_slider_1” it works, that all sliders are disabled. How can I disable a specific slider? It didn’t work when I tried #layer_slider_12 (12 is the id No of the specific slider)

    #138520

    Hi,

    Can you please give us the link of your site?

    Regards,

    Yigit

    #138521

    Here’s my link: http://www.renebaiker.ch

    #138522

    Hi,

    I can only see one LayerSlider on your installation. I don’t think it is possible to turn off or hide certain parts of the slider on mobile view.

    Regards,

    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable the layer slider in responsive mode when viewed on a smartphone’ is closed to new replies.