Chance product icon on hover
-
Good evening,
I would like to ask how I can change the “cart” icon when I hover over the product with some other icon.
Best regards,
Tsagiannoudis Ioakeim
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-add-btn-replace .add-to-cart-loop:hover:before {
font-family: "Font Awesome 5 Free";
content: "\f004"; /* Unicode for heart icon */
}
Also, Navigate to Theme Settings > Performance > font & icons > font awesome library “always use”.
Best Regards.