Delete cart icon in product categories
-
We want to remove this icon from here. How can we do that
Attachments:
You must be
logged in to view attached files.
Hello,
In order to remove the icon from the button, please enter the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.
.product-grid-item .wd-add-btn-replace .add-to-cart-loop:before {
display: none;
}
.product-grid-item .wd-add-btn-replace .add-to-cart-loop:hover span {
transform: none;
}
I’d be happy to assist if you have any other questions or concerns.
Kind Regards