Home / Forums / WoodMart support forum / sale label edit
Home › Forums › WoodMart support forum › sale label edit
sale label edit
- This topic has 12 replies, 2 voices, and was last updated 3 months, 2 weeks ago by
htashrif52.
-
AuthorPosts
-
February 17, 2026 at 12:32 am #708787
htashrif52ParticipantI don’t want to show the sale label on any side of the product pic; I want to show it below the product pic where pricing and other details are displayed. How can I do that?
Attachments:
You must be logged in to view attached files.February 17, 2026 at 2:12 pm #708847Hello,
Unfortunately, it is not possible. The HTML structure does not allow solving it. Such modification requires complicated WooCommerce code customization, which is not covered by our support.
Best Regards,
February 18, 2026 at 12:35 pm #708965
htashrif52Participantso i dont want to show sale label, how can i hide them?
February 18, 2026 at 3:19 pm #709025Hello,
Try to add the following custom CSS in Theme settings > Custom CSS and check how it works:
.wd-product .product-labels .onsale { display: none !important; }Best Regards,
February 19, 2026 at 11:22 pm #709298
htashrif52Participantthanks
February 19, 2026 at 11:30 pm #709299
htashrif52Participanti also want to hide from single product page
February 20, 2026 at 10:43 am #709334Hello,
Remove the previous code and add the following custom CSS in Theme settings > Custom CSS and check how it works:
.product-labels .product-label.onsale { display: none !important; }Best Regards,
February 20, 2026 at 7:40 pm #709413
htashrif52Participantthanks it is working
February 20, 2026 at 10:01 pm #709419
htashrif52ParticipantCan I set a custom label on a single product page?
Like, I want to show “FREE Earrings Worth ₹XXX” on a particular product. How can I do that?February 21, 2026 at 9:29 am #709450Hello,
In order to create a custom label, navigate to Products > Attributes > create attribute > then add terms to the created attribute.
Edit the attribute itself – and enable the Show attribute label on products option:
https://postimg.cc/wyfLtqD3Edit the product for which you want to show the custom label and assign that custom label attribute to the product.
For more details, follow this guide: https://xtemos.com/docs-topic/product-labels/
Best Regards,
February 21, 2026 at 11:55 am #709459
htashrif52ParticipantIt will show on the product. I don’t want to show on the product image.
Is it possible to show that label below the product price on a single product page?February 21, 2026 at 2:57 pm #709472Hello,
By default, product labels are positioned over the product image. There is no option to move the custom label attribute below the product price. It requires customization, and this is beyond our limitations and support policy.
Best Regards,
March 20, 2026 at 7:45 pm #713546
htashrif52Participantok thanks
-
AuthorPosts
The topic ‘sale label edit’ is closed to new replies.
- You must be logged in to create new topics. Login / Register