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

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

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 on theme.liquid

.product__thumbs--beside.product__thumbs-placement--left { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

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