Hi there community,
I’m looking for help regarding variant dropdowns.
I am wanting to keep the variant heading but hide the dropdown option because i option have one option for each variant.
Cheers for any help you can provide Ben
Hi there community,
I’m looking for help regarding variant dropdowns.
I am wanting to keep the variant heading but hide the dropdown option because i option have one option for each variant.
Cheers for any help you can provide Ben
password - Burgess
Please add the following code at the bottom of your assets/theme.css file.
.template-product .block-swatch { display: none !important;}
Thanks!
Absolute legend as always, Thanks again for your help with this still learning basic coding.
Cheers Ben
Thanks! Welcome Again
Sorry to bother again but after this new code was inserted this new box appeared underneath the hidden elements.
Cheers Ben
Store pass - Burgess
https://www.agp.net.au/collections/bottle_boxes/products/1_bottle_gable_top_wine_box_black
Please add the following code at the bottom of your assets/theme.css file.
.color-swatch-list--large .color-swatch {
display: none;
}
Thanks!