Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
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>
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
It worked like a charm 🙂 Thanks a lot dear
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024