This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
If a product is out of stock, it shows (in the product overview) “Out of Stock” in a white circle. Is this an image? Where is it located and if not, how can I change & translate the string?
Many thanks,
Matthias
Hello,
It is not image, you can add this code in Custom CSS to change some style
.product .product-image-wrapper .out-stock {
background-color: green;
color: white;
}
and translate “Out of stock” in wp-content/themes/classico/woocommerce/loop/sale-flash.php file.
Read more here how to translate:
https://www.8theme.com/classico-theme-documentation/ (10.Translation)
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up