Removing or Replacing Cart Icon in Product Display
-
I am using the Woodmart theme to build websites, and I have a question regarding the product display. I would like to remove the cart icon from appearing anywhere in the product display. For example, when I hover over the button, the cart icon appears, and I would like to prevent this from happening. Could you help me with this?
Alternatively, if it is possible, can I replace this cart icon with another icon or graphic? Please let me know if this is feasible and how I can achieve it.
Hi jimfarg,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-add-btn-replace a.add-to-cart-loop:hover span {
transform: none;
}
.wd-add-btn-replace a.add-to-cart-loop:hover:before {
display: none;
transform: none;
}
Unfortunately, currently there is no such an option to change icons graphic.
Regards,