How to hide quantity selector for all products in theme app extensions

Hello,

How do I hide quantity selector for all products in theme app extensions?

I am new to development in shopify and for the life of me cant figure out how to hide it programmatically.

Hi @hacun3jr

Please check if it has Quantity selector block in your product template customize so you can hide or remove that block

Thank you for the quick response. But how do I hide it from theme app extensions programatically? I want to be able to hide it for the shopify app I am building.

Add an option to select hide quantity and then using CSS code to hide it (but it my won’t work for some customized theme, most theme in shopify app store uses element is “quantity-input”)