Tagged: fullscreen, mobile, slider
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
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
Works!
Cheers!