With CSS I am basically hidding quatity fields in WooCommerce using display:none
. But it removes quantity fields on Cart and Wishlist pages as well.
How can I only target single product pages?
I can do it by page ID as well but I have 100's of products and it's just not a practical way to do it.