How do I remove the thumbnail gallery on my product page? The theme I am using can be found here: https://themes.shopify.com/themes/kingdom/styles/king/preview
The below does not work
.thumbnails-wrapper { display: none; }
Solved! Go to the solution
This is an accepted solution.
Inspecting that theme I don't see a .thumbnails-wrapper. I see this class: "product-gallery__thumbnails product-gallery__thumbnails--thumbnails" so perhaps trying
.product-gallery__thumbnails, product-gallery__thumbnails--thumbnails {
display: none;
}
User | Count |
---|---|
815 | |
119 | |
94 | |
93 | |
71 |