Remove Wishlist white background on archive text
-
Hey,
I would like to remove the white background text on the product archive/product cards, I want to use the following product archive style that we have, but just remove the white label as it take to much space.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global to remove the Wishlist:
body .product-grid-item .wd-wishlist-btn{
display:none;
}
Best Regards,
Hey,
I’m not sure if this code removes the wishlist, but I mentioned I want to remove the white background not the whole wishlist.
Hello,
Sorry for the confusion!
Please remove the previous code and add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.product-grid-item .wd-buttons.wd-pos-r-t {
background-color: transparent;
box-shadow: none;
}
Best Regards,