remove buttons in home page [ below special offer ]
-
When we see belolw “SPECIAL OFFER” in home page, we can see : two buttons.
1) Add to wishlist
2)Add to cart
how to remove those buttons or how to replace those by texts ?
i have attached screenshot
Attachments:
You must be
logged in to view attached files.
Hi kidsdial4,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-tabs.wd-products-tabs .wd-product.wd-hover-base .wd-bottom-actions{
display: none;
}
Regards,