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.
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.
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
Thank you, it worked.