How can I hide the percentage
-
How can I hide the percentage
Hello,
If you want to show the price it is configured in the Theme settings > Shop page > Labels.
If you want to hide the sales labels at all, add this code to the Theme Settings > Custom CSS > Global:
body .labels-rectangular .onsale {
display:none;
}
Best Regards
i do it but nothing change
Hello,
Please deactivate all the plugins not related to the theme and provide the site admin access to the private area.
Best Regards
Hello,
You have not disabled the precentage https://prnt.sc/u5n6p1
Please check now.
Best Regards
this one from where i can find this option ?
Hello,
If you want to hide percentage and show just Sale label, you can configure it in the Theme Settings > Shop > Product labels.
If you want to remove Sales label at all, replace the code with this one:
body .labels-rounded .onsale {
display:none;
}
Best Regards