I’d like to hide a slideshow on mobile and replace it with one better optimized for the mobile size. I’ve tried a few CSS options but can’t find a solution.
The site is www.fhblogostore.com
Thank you!
Hello @TGamble ,
You can follow these steps to hide slide on mobile:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi @TGamble
I hope you are doing good and welcome to the Shopify Community!
I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).
Please add this css in your bottom of the base.css file:
@media (max-width: 767px ) {
#shopify-section-template–17444169613621__slideshow {display: none;}
}
Regards,
Santanu

