Hi, no idea why the variants appeared twice. how do i remove the product form below?
Please share your product page URL.
url: elita.com.sg
password: clewth
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-product .product-form__item.supports-js {
display: none;
}
Hope this works.
Thanks!
thanks!