Hide slideshow on mobile

Hello,

How can I prevent the slideshow from showing on mobile?

Thank you

Hi There,
Kindly make use of the following custom CSS to remove the slider on your mobile screen.
@media(max-width:767px) {
.flexslider{
display:none !important;
}
Let me know how it goes.

It worked! Thanks so much & Happy New Year!

Thank you too :slight_smile:

I will close this case now, Feel free to contact us again if you have other questions

Thanks!