Hi,
I’m trying to remove thumbs on mobile, i tried doing it via the theme editor and it didn’t work and i tried creating a new asset named thumbnails.css with the following code and then enabling it in the layout.theme.liquid by pasting {{ ‘thumbnails.css’ | asset_url | stylesheet_tag }} and it didnt work also:
@media (max-width:767px){
.product-gallery__thumbnails.product-gallery__thumbnails–bottom-thumbnails.js-gallery-carousel.is-slide-nav–true.flickity-enabled.is-draggable.flickity-resize {
display: none;
}
.product-gallery .product-gallery__main .flickity-prev-next-button.next {
display: none;
}
.product-gallery .product-gallery__main .flickity-prev-next-button.previous {
display: none;
}
}
Any chance anyone here can help? I’d like to have just main product photo + short description + buy box above the fold. Here’s what it looks like now:
