display badges on the category page
-
Hi there,
How can I create badges and display them on the category page?
On each category page, I will be able to assign the proper badge.
please check the attached screenshot.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Sorry but there is no option in Theme Settings to add badges as you mentioned.
It requires customizations and this is beyond our limitations and support policy.
Best Regards
ok, how can i disable the % badge from the category page?
please check the attached screenshot.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-archive-shop .onsale.product-label {
display: none;
}
Best Regards