How can I hide thumbnails on a product page in Debut theme?

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.

@richypet

oh sorry for that issue can you please share store url so i will check and let you know

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. 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 ?

https://richypet.com/

I tried this and it didn’t work either do you have any suggestions ?

I have checked on your product page that you have all product images showing but not thumbnail image. Which image do you want to remove exactly? Can you share a screenshot please?