Skip to content
Public Ticket #9935

Disable slider on mobile

Conversation thread

PenciDesign replied

Staff Reply

Hi,

There is no way to make it removed complete. I just can help you hide it on mobile.

Best Regards,

PenciDesign

berams replied

Customer Reply

Yes, but will it prevent slider from loading or it just will not be visible. I want my mobile page to load faster.

PenciDesign replied

Staff Reply

Hi,

Please try add more this code to Customize > Custom CSS to do that:

@media only screen and (max-width: 479px){
.featured-area{ display: none; }
}

Best Regards,

PenciDesign

berams started the conversation

Conversation Start

I want to disable slider on mobile, how do I do that?

Want to join this conversation or access attachments? Sign in first.