How can I remove the product quantity selector from all items?

Hi @harrygoat1218 ,

So you can use this code in your theme.liquid after tag


@harrygoat1218

Please add the below CSS, It will 100% solve your footer spacing issue

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

Copy

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Rock Technolabs

Sir it worked, I marked it as solution. Can I ask one more question please.

Sir thank you, I marked it as solution. Can I ask one more question please.

Sir it helped me. Thank you. Can I ask one more thing

What is your question?

Sir I have posted it as a discussion. Can you have a look, I have written it in detail. The link is…

https://community.shopify.com/post/2214739

Sorry paste at where specifically?

Sorry I meant where to paste this code .pagecart .detach-quantity-desctope { display: none !important; } to remove quantity selector on the cart

I don’t know if it works with your theme, but you can add this code to the theme.liquid file after


Yes, Please tell me if you need help.