How can I delete duplicate product forms?

Hi, no idea why the variants appeared twice. how do i remove the product form below?

1 Like

@elitaco

Please share your product page URL.

url: elita.com.sg
password: clewth

1 Like

@elitaco

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!

1 Like