Debut theme remove featured product thumbnails

I have the featured product on my homepage and I want to remove the thumbnails under the main picture.

1 Like

@AydanTotten

Please share your store URL!

Thanks!

my URL is https://aydan-totten.myshopify.com/

@AydanTotten

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!

@AydanTotten

If helpful then please Like Solution.