Comments m28006 started the conversationSeptember 30, 2019 at 1:22pmIs it possible to hide featured boxes from appearing on mobile navigation? 2,700PenciDesign repliedSeptember 30, 2019 at 4:09pmHi,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,PenciDesign1 Like Sign in to reply ...
Is it possible to hide featured boxes from appearing on mobile navigation?
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign