‘Sold out’ badge reappear after theme update
-
Hello
While creating the website I contacted you in order to remove sold out badges everywhere and it was done with codes, but after the theme was updated the badges appeared again on front page – till everywhere else are still hidden.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
span.product-labels.labels-rounded .out-of-stock {
display: none;
}
Best Regards.
Unfortunately, it hasn“t been removed and caused the badges appeared on the subpages as well
Hello,
Can you please share the wp logins details of your site? I will check and solve the issue on your site.
Best Regards.
Hello,
Can you please share the admin login url So i will check the issue on your site.
Best Regards.
Hello,
Your issue has been resolved. I have added following code in Theme Settings > custom css:
.product-labels.labels-rounded .out-of-stock {
display: none !important;
}
Best Regards.