How can I remove the quantity selector for specific products in Venture theme?

Hi,

I would like to remove the quantity selector for only certain products, not all of them. I know there may be a way to do this using tags but i dont understand the code. If possible i would like to remove the quantity selector with all products that have the tag “no quantity” I am using the venture theme

thanks.

@Tonibusiness

kindly Share your Store url.
So that I can help you.

Thank you.

Sure!
Www.kitchencraft.online

. product_single__quantity {
display:none !important;
}

@Tonibusiness

Add this code in theme.css or theme.scss file.

  1. Dashbaord->Online store → themes-> sections → product-template.liquid

  2. You will find below code

{{ 'products.product.quantity' | t }}
  1. Just remove it or comment it by using {%comment%}{%endcomment%}. So the quantity box will be removed.

May Be This Thread Is Helpful for your problem https://community.shopify.com/c/shopify-design/how-can-i-remove-quantity-box/td-p/525897-results.

Thanks