Home Forums WoodMart support forum A lot of WPML issues and some other issues Reply To: A lot of WPML issues and some other issues

#209452

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to change the out of stock label color

.product-label.out-of-stock {
    background-color: #000000;
    color: #ffffff;
}

You need to update WPBakery page builder to the latest version. And we see that you have changed the CSS class for the facebook icon. Revert our theme’s original code.