Product Page (Wishlist, Stock)
-
Hello!
I just want to ask how it is possible to have a red heart icon with the “Add to wishlist” Text and how we get rid of the check icon next to example: 9 in stock = so that there is no icon.
Would be great to get a solution for this.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-wishlist-info-widget .wishlist-icon:before {
content: "\f004";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color:red;
}
Please provide the screen of what you want to remove and page URL.
Best Regards