Hello, I would like to remove the qty field from the product page:
my website is https://imabyssal.com/products/calypso-necklace can anyone help me?
Hello, I would like to remove the qty field from the product page:
my website is https://imabyssal.com/products/calypso-necklace can anyone help me?
Hi @imabyssal ,
Please follow the instructions below.
.product-options.product-options-default-only {
display: none;
}
Hi! It didnt work ![]()
Can you replace the code with the code below?
.product-options {
display: none !important;
}
Unless you haven’t updated in some time Grid should be an OS2.0 theme.
If your theme is OS2.0 compatible double check the theme settings for the product page template to be sure there isn’t a a quantity block you can disable or remove.
can you try this
.product-options.product-options-default-only {
display: none !important;
}