Tagged: disable, LayerSlider, smartphone
Hi,
Is it possible to disable the layer slider on the home page when the website is viewed by a smart phone.
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
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)
Here’s my link: http://www.renebaiker.ch