How can I remove the quantity option for a particular collection on the product page
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update? Attach pictures so I can better understand your problem.
Hi, can you share store URL?
Specifically, I would like to hide the quantity selector on the product pages within the Hip-Hop Jewelry collections.
-
Password: thaest
Please let me know if you need any further information or assistance in implementing this change.
Thank you in advance for your support.
Specifically, I would like to hide the quantity selector on the product pages within the Hip-Hop Jewelry collections.
-
Password: thaest
Please let me know if you need any further information or assistance in implementing this change.
Thank you in advance for your support.
Specifically, I would like to hide the quantity selector on the product pages within the Hip-Hop Jewelry collections.
-
Password: thaest
Please let me know if you need any further information or assistance in implementing this change.
Thank you in advance for your support.
Sorry For that,
Please check again I added the password entry field.
Hi Manthangohil
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file main.css and add this code at the end of the file
.m-product-form--input {
display: none !important;
}
Result:
Best,
Liz
I want this as collection wise,
in some collection I want to show that option.
is there any way to do this dynamic like when product is in my collection automatic quantity section will hide ??