How to Remove Sold Out Overlay

Barstoel van teak? - Troedoor

I never want to show Sold Out for any product. So when i remove the text, the overlay is stil there.

How can I disable that?

Comments

  • Hi,

    Please, remove the Sold Out text in the theme options, and use the following CSS code:

    .woocommerce ul.products li.product.outofstock .product-loop-thumb .image_wrapper img{
       opacity: 1!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

  • It works! Thanks for your help again.

Sign In or Register to comment.