How Do I Get Rid Of These Color Options?

How Do I Get Rid Of These Color Options?

Simon159
Explorer
115 0 21

Hey, I already let my customers choose the colors in the bundle option, so the color picker underneath the bundle option is unnecessary. How do I remove it? Thank you!

 

https://www.charmente.com/products/acupressure-set

 

Screenshot 2024-08-27 at 11.12.43 PM.png

Replies 4 (4)

niraj_patel
Shopify Partner
2378 514 511

Hello @Simon159 

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 span.name-variant {
       display: none !important;
   }
</style>

niraj_patel_0-1724815609468.png

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
Simon159
Explorer
115 0 21

does not work

niraj_patel
Shopify Partner
2378 514 511

It work see refresh you site

niraj_patel_0-1724816047332.png

 

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
Simon159
Explorer
115 0 21

i figured it out thank you