sale percentage in rectangle/circle
-
Is there any provision to show sale percentage along with pricing just after the product title as in the attachment.
Attachments:
You must be
logged in to view attached files.
Hello,
Sales can be shown in a percentage on a label. Navigate to the Theme Settings > Shop > Labels
Best Regards
I know you can show it as labels, my question is is there any provision to show up as in the attached image.
Attachments:
You must be
logged in to view attached files.
Hello,
No, there is no option to do it exactly as shown on the image.
Best Regards
can I show the label on right side (currently its on left side), the custom css I did was not working.
Hello,
It is not possible to move only the Sales label. If you move Sales label “New” and “Hot” will also be on the right. If you still want to move, add this code to the Theme Settings > Custom CSS
body .labels-rounded {
top: 7px;
left: auto;
right: 7px;
}
Best Regards
I prefer it in rectangle, please provide css for rectangle one.
Hello,
Take this code please:
body .labels-rectangular {
left: auto;
right: 7px;
}
Best Regards