Hide quantity selector in product

Hi,
We’ve used this CSS to hide the quantity field on the product page (Integrity Stack):
> .woocommerce .quantity input[type="number"] {display: none;}
However, this also disables the quantity selector field in the checkout page:

We need to achieve hiding it on the product page, but not on the cart page.

Thanks!

Hello @MexConcept,

Thanks for asking. :slight_smile:

You can take a look at solution mentioned in following tutorial:

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.