disable/hide product image overlay showing out of stock
-
For some reason there’s an “OUT OF STOCK” overlay over the product images. It’s a variable product and not all the variations are out of stock, but even if they were, I don’t want that overlay appearing over the images.
I tried these 2 options in custom css, but they don’t work.
.stock.out-of-stock {display: none !important; }
.woocommerce-page .out-of-stock { display: none !important; }Here you can see the issue
https://electrovape.eu/product-category/e-liquids/liberty-vipes-crazy-vipes/How can I disable the image overlay showing “OUT OF STOCK”?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘disable/hide product image overlay showing out of stock’ is closed to new replies.