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 #2302958
Hiding Featured Boxes
Closed

Comments

  • jczechowska86 started the conversation

    I would like to hide Featured Boxes like: Polska, Góry, Morze, Miasto on mobile devices, so this boxes will show only when viewing on computer. Is there any plugin or other way to hide them for mobile?


    Also, what kind of plugin do you suggest for customizing the site for mobile devices?

  •  2,699
    PenciDesign replied

    Hi,

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

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

    2/ Unfortunately, As I knew, there is no plugin for customizing the site for mobile devices.


    Best Regards,

    PenciDesign