Home › Forums › WoodMart support forum › Change the wishlist icon › Reply To: Change the wishlist icon
coveti
It, is now working as expected, thanks alot.
We need to change the wishlist and the cart icon on the header as well
We used:
.wd-header-wishlist .wd-tools-icon:before {
content: url(“https://coveti.com/wp-content/uploads/2022/09/Wishlist_hover_icon-1.svg”);
}
.wd-header-wishlist .wd-tools-icon:a:hover:before {
content: url(“https://coveti.com/wp-content/uploads/2022/09/Wishlist_hover_icon-1.svg”);
}
But it didn’t work
—————–
We also tried to change the cart icon but it didn’t work
.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
content: url(“https://coveti.com/wp-content/uploads/2022/09/Cart_icon-2.svg”);
}
.wd-header-cart .wd-tools-icon.wd-icon-alt:a:hover:before {
content: url(“https://coveti.com/wp-content/uploads/2022/09/Cart_hover_icon-1.svg”);
}
——————-
Also the add to cart button on the single product page still has the old icon
- This reply was modified 2 years, 2 months ago by coveti.