Add to Cart Button over single product page image
-
dear team, I want to apply the same add to cart and quantity style button on a single product page image so can you please let me know is that possible? kindly check the below-attached image.
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 available for that.
It requires customizations and this is beyond our limitations and support policy.
Best Regards.
how to remove add to wish list label from a single product page? I just wanted to show heart icon
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-action-btn.wd-style-text>a .woodmart-wishlist-btn {
font-size: 0px;
}
.wd-action-btn.wd-wishlist-btn>a:before {
font-size: 14px;
}
Regards.
Xtemos Studios