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 #1585806
featured slider
Closed

Comments

  • badboy79 started the conversation

    how i can disable featured slider only in mobile? thanks

  •  2,697
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

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

    Best Regards,

    PenciDesign