Hide WooCommerce Quantity Error

Hello I followed the guide posted here on step one “Enable this to only allow one of this item to be bought in a single order” https://www.proy.info/hide-or-remove-the-quantity-field-from-woocommerce-product/

and the quantity field is visible until you select an option then it gets hidden, I need it hidden by default on select pages. I see code on here but unsure how to make it work.

The page is here: https://pinpointstore.wpengine.com/livenation/product/temporary-membership-card/

Please advise thanks much. I had posted this as a reply to an old thread but not sure those get seen, thanks

I know Im close with this .page-id-30 .quantity, .product-quantity{display:none;} but it’s not working for just the page

When I add this .quantity, .product-quantity{display:none;} it works globally

Hello @PinpointPromos,

Thanks for asking. :slight_smile:

Please add following CSS under Pro > Theme Option > CSS:

.postid-44 .quantity, .product-quantity{
display:none;
}   

If you would like to learn how to find out pageid. Please take a look at following article:

Thanks.

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