Search Divi WooCommerce Extended Documentation
Search for answers or browse our knowledge base.
How to remove fading from out of stock product in DWE?
Please add the following CSS in Divi Theme Options
.dwe_out_of_stock_product .dwe_single_woo_product_content, .dwe_out_of_stock_product .dwe_single_woo_product_thumbnail_wrapper {
opacity: 1;
}