Remove or disable add quantity button

Hello everyone and again thanks for all the help you’ve given me in the past.

I’ve removed the shop now and add to cart options on my theme>
I need to disable or remove the add quantity button on the product pages, because it may confuse customers.

pw cheese

Hey @kirkcanada

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 </ body> tag
<style>
.product-form__input.product-form__quantity {
    display: none !important;
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Wow Moeed, you are very good at helping me with my issues. I really appreciate your time and talent.

Thank you

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.