Hello,
is it possible for sold products to be displayed and their thumbnails to be grayed out?
I’m using Minimal theme.
Regards
This topic has 5 replies, 2 voices, and was last updated 4 years, 1 months ago ago by controversyjeans
Hello,
is it possible for sold products to be displayed and their thumbnails to be grayed out?
I’m using Minimal theme.
Regards
Hello,
Thanks for using our theme.
Theme Options > WooCommerce (Shop) > Shop elements > Sale & Out of Stock > Enable “Out Of Stock” Label
Regards
The button is enabled. Can you suggest what are the additional factors to make it visible on the page?
Thanks!
https://docs.woocommerce.com/document/managing-products/#inventory-tab
For example – https://prnt.sc/xp2xid > https://prnt.sc/xp2xzl
Also, you can use the next code in Theme Options > Theme custom CSS:
.products-slider .product.outofstock img,
.products-grid .product.outofstock img {
filter: grayscale(100%);
}
Regards
Thank you so much, everything works.
You are the best!
The issue related to '‘Greyed out sold products’' has been successfully resolved, and the topic is now closed for further responses