Re: Variant options shows in swatch, i would like to change it into dropdown

Solved

Variant options shows in swatch, i would like to change it into dropdown

bsha0517
Shopify Partner
2 0 0

My product page has variants which are being shown as swatches because i enable swatch. but if i disable it, it doesnt show anything as in dropdown. I want the variants to be shown in a dropdown if somebody can help, please assist thanks

Fababaya.com

password: baunge

Accepted Solution (1)

laddisahsi
Shopify Partner
435 43 44

This is an accepted solution.

Hi @bsha0517 

You can follow the following steps:

1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. Before end of </head> Please add following code.

<style>
select#productSelect {
    display: block !important;
}

.swatch.clearfix.swatch_size {
	display: none !important;
}
</style>

 

 

laddisahsi_0-1697001650265.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!

View solution in original post

Replies 2 (2)

laddisahsi
Shopify Partner
435 43 44

This is an accepted solution.

Hi @bsha0517 

You can follow the following steps:

1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. Before end of </head> Please add following code.

<style>
select#productSelect {
    display: block !important;
}

.swatch.clearfix.swatch_size {
	display: none !important;
}
</style>

 

 

laddisahsi_0-1697001650265.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!


Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
bsha0517
Shopify Partner
2 0 0

It worked like a charm 🙂 Thanks a lot dear