Hi,
How to show “quantities” next to “add to cart” buttons (currently, visible only in single product page)?
Very important to my wholesale customers, please help!
I added the following css code (found in your answer to a customer with same problem) in the Theme options > Styling > Custom CSS
But it didn’t help:
.wwof-woocommerce #wwof_product_listing_table .quantity {
opacity: 1;
}