Comments zarizin started the conversationFebruary 4, 2018 at 10:19amHello, how do I hide the homepage featured boxes on mobile devices?Thank you in advance 2,700PenciDesign repliedFebruary 4, 2018 at 3:32pmHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 767px){ .container.home-featured-boxes{ display: none; } }Best Regards,PenciDesignzarizin repliedFebruary 4, 2018 at 3:39pmThank you! Sign in to reply ...
Hello, how do I hide the homepage featured boxes on mobile devices?
Thank you in advance
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thank you!