error labels or badge product woodmart 7.4.2 – urgent
-
dear brothers:
In the latest version we have deactivated the product labels and they continue to appear in the store as in the home – I tell you that we have yith installed for our badges and we had to correct the functions so that they appeared as well. What could be happening that doesn’t go away?
I attach screenshots
Attachments:
You must be
logged in to view attached files.
Hello,
Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS area:
.onsale.product-label {
display: none !important;
}
Best Regards.