Remove Sold out item from Home page sliders
-
Hi ,
I want to remove the solde out items from all sliders on the theme.
Is there a way to do it quickly
Best regards,
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.out-of-stock {
display: none;
}
Best Regards
Hi Imtiaz ,
Thanks for your response , in effect I want to hide the whole product from the slider , not only the badge sold out , how can I do it please
Best regards,
Hello,
You need to exclude them manually because there is no option in Theme Settings available for that.
Best Regards