Hey I want to remove thumbnails from product page , I tried this code .product__thumbs {display: none !important; visibility: hidden;} in the bottom of theme.csslequid but it didn’t work .
1 Like
Please share your store URL
Hello @richypet
It’s GemPages support team and glad to support you today.
Please try again with css code:
#product-template__container [data-thumbnail-slider] {
display: none;
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
oh sorry for that issue can you please share store url so i will check and let you know
Hello there,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >theme.scss.css and paste this at the bottom of the file:
.thumbnails-wrapper {
display: none!important;
}
richypet.con
It didn’t work any suggestions ?
I tried this and it didn’t work either do you have any suggestions ?