how to remove quantity in Particular collection

How can I remove the quantity option for a particular collection on the product page

Hi @manthangohil

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.

  • URL: https://1i91g7-qg.myshopify.com/

  • 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.

  • URL: https://1i91g7-qg.myshopify.com/

  • 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.

  • URL: https://1i91g7-qg.myshopify.com/

  • 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.

Hi, I can’t see the password entry field.

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 ??