Solved

How to delete all variant options in Debut

Mrh
Tourist
5 0 3

Hello everyone,

I have one product that has only 1 color, so no need for variant options.

However, it seems that I need at least 1 variant option to be displayed (I can't delete all of them)

How do I go about this when using the Debut theme?

Thanks in advance!

Accepted Solution (1)

LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

Hi @Mrh,

Please follow these steps:

- Step 1: Go to Online store > Themes > Actions > Edit code.

- Step 2: Go to Assets > theme.css and paste this at the bottom of the file:

.product-form__controls-group .selector-wrapper {
display: none !important;
}

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Reply 1 (1)

LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

Hi @Mrh,

Please follow these steps:

- Step 1: Go to Online store > Themes > Actions > Edit code.

- Step 2: Go to Assets > theme.css and paste this at the bottom of the file:

.product-form__controls-group .selector-wrapper {
display: none !important;
}

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify