We have several products that don't have any variants, however the product pages are showing a dropdown called "Title" with the default option as 'Default Title': https://www.glossandgold.com/products/pink-and-red-beaded-striped-clutch
I've tried adding the following code into the theme.liquid file but with no luck:
.product-single .selector-wrapper label {
display: none;
}
.product-single .single-option-selector {
padding-left: 25px !important;
}
Any other ideas how to get rid of that dropdown?
You can add this code to "main.scss.css" to remove the dropdown completely, do you have or plan on having products with variants?
.selector-wrapper.js.product-form__item.color-swatch.options.productitem-option1-js {
display: none;
}
Let me know if that works!
Dear @gracegosnell
Hope this will help
/* Start */
.selector-wrapper.js.product-form__item.color-swatch.options.productitem-option1-js { display: none; }
/* End*/
If you still need help you can contact us by using the link or email given at signature.
User | Count |
---|---|
437 | |
193 | |
139 | |
57 | |
44 |