I have the featured product on my homepage and I want to remove the thumbnails under the main picture.
1 Like
my URL is https://aydan-totten.myshopify.com/
Please add the following CSS code to your assets/theme.scss.liquid bottom of the file.
#shopify-section-161849067121e45a87 .product-single__thumbnails {
display: none !important;
}
Thanks!
Amazing, thank you!
If helpful then please Like Solution.