I want to remove the "sale" tag on the products.
-
I want to remove the “sale” tag on the products. I remove it from the theme settings but the “sale” tag is coming
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rectangular .onsale {
display:none;
}
Best Regards
I used it, it didn’t work
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the code with this one:
body .labels-rounded .onsale {
display:none;
}
Best Regards