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 #2168790
Featured boxes appearance on mobile
Closed

Comments

  • m28006 started the conversation

    Is it possible to hide featured boxes from appearing on mobile navigation? 

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 480px){
    .container.home-featured-boxes{ display: none; }
    }
    

    Best Regards,

    PenciDesign