Can I remove quantity selector for specific products in my current theme?

Hi I’m using the theme Impulse and would like to remove the quantity selector for certain products.

I understand that I can use the unless code on certain product tags for this. But simple cant find where to add this code.

Can someone offer any advice? thank you.

1 Like

@pawp

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

also please share a particular product page url if you have hide quantity selector

1 Like

Hi Sir, thanks for the reply.

MY store url is

https://pawspiracy.myshopify.com/

PW: fleetu

I would like to remove the quantity selector option from the subscription plan products

E.g. https://pawspiracy.myshopify.com/products/pawspiracy-monthly-plan

@pawp

Thanks for the details

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file.
#ProductSection-4766231560291 .product__quantity {display: none;}
2 Likes

Hi thanks for the reply.

Sorry doesnt seem to work. Is there anything else I could try?

@pawp

Thanks for update

can you please add me on staff so i will check code and update

1 Like

hi i’ve sent the invite. please check and advice. thanks.

1 Like

@pawp

Thanks, i will check the code and update it.

1 Like

@pawp

i have done this, please check.

1 Like

It works! I see the code! Thank you!

1 Like

@pawp

Thanks for your feedback and support.

yes, please just find my above code your css file

1 Like

Hello, I have the same issue, I would like to delete the quantity selector option completely from my store. Could you please help me?

Many thanks!

1 Like

Same here! I’m selling digital products, it doesn’t make sense to sell more than one of each. Any luck with that so far WOEA?

Any help is much appreciated!

Thank you!!!