"Free Shipping" and "HOT" label badge
-
Dear Sir / Madam,
How to active “FREE SHIPPING” AND “HOT” badge put every product image.
Thanks and regards
Gaurav
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
1) “Hot”
products marked as “Featured” will have a badge with “Hot” label. To add the hot label you need to mark the product as featured from Products.
Screenshot for Clarification: https://ibb.co/bH6sNhG
2) And for the free shipping please provide a relevant screenshot to check it myself and help you out accordingly.
Best Regards.
Thanks your quick response
thanks for your help
Please help for “Free shipping” or “Free delivery”
We are sending some photos of the same
Thanks and regards,
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
I saw the screenshot you attached. Unfortunately, there is no option in theme settings available to add free shipping label on the products. Because labels are WooCommerce functionality and our theme doesn’t influence this.
You can try adding any third party plugin that better meets your requirements.
Best Regards.
How can I change the location of the label so that it is above the title of a product and not within the image?
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. To move the product label above the title on the product grid
you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .product-label.featured {
margin-top: 120px;
margin-left: 50px;
}
Best Regards.