Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2196375
Disable slider on mobile
Closed

Comments

  • berams started the conversation

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

  •  2,699
    PenciDesign replied

    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 replied

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

  •  2,699
    PenciDesign replied

    Hi,

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


    Best Regards,

    PenciDesign