Re: Impulse Theme: How to not show product variant image in thumbnails

Impulse Theme: How to not show product variant image in thumbnails

naturalcurlsme
Tourist
30 0 1

Hi

My website is www.naturalcurlsme.com 

On my products page, when you click on the variant,it shows the variant image on the left. I don't want it to show and want to hide the variant thumbnails.

 

Pls help!

Thanks

Replies 2 (2)

niraj_patel
Shopify Partner
2391 516 517

Hello @naturalcurlsme 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
 .product__thumbs--beside.product__thumbs-placement--left {
        display: none !important;
  }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
naturalcurlsme
Tourist
30 0 1

I want the thumbnails to show. only not the variant ones