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 #2490088
Disabling item in theme
Closed

Comments

  • slavkozivkovic started the conversation

    Hello,

    I have the Demo Soledad Food Blog 2 added on my webpage. In the Homepage options I enabled the option for Home Featured Boxes (style 3). Is there any setting to disable the boxes to appear on mobile since now when they are displayed take a lot of time to scroll through.

    Thank you. 

  •  2,699
    PenciDesign replied

    Hi,

    You can hide it on mobile by add more this code to Customize > Custom CSS:

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

    Best Regards,

    PenciDesign

  • slavkozivkovic replied

    Thank you, it worked.