Can I have the advanced layer slider appear on the website and not on a mobile device?
Hey!
Try adding this code to the Quick CSS:
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.avia-layerslider {
display: none !important;
}
}
Cheers!
Josue