How to remove slider from mobile/rwd version from Sparkling theme

Can someone help me remove slider from mobile/rwd version from Sparkling theme? Like show me where and what I should add in CSS? Slider for mobile or RWD is useless and not really graeat UX, but there is no OFF button only for mobile/rwd.

Thanks!

Hi there

I can help with that, please provide URL of the website and I will generate custom CSS code for you

Regards

Awesome, here is my page: https://www.evitravel.pl/
Thanks!
Will you also show me where I should put this code exactly?

Hi there
Yes, please put this css code into the Appearance > Customize > Additional CSS:

@media (max-width: 767px){
.flexslider {
    border: none;
    display: none;
}
}

Regards

Thank you very very much! It worked! I actually found that code earlier, but did not now where to put it!

Cool :slight_smile:
Let me know if you need anything else