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!