Thank you for the great plugin!! I have been struggling trying to change the default heart icon to the male icon but I can’t figure out. I followed all the directions above and put this in the css style sheet:
.yith-wcwl-add-to-wishlist a.add_to_wishlist{
padding: 2px 0!important;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist:before{
content: ”;
display: none!important;
}
.yith-wcwl-add-to-wishlist a.add_to_wishlist img{
float: right;
}
This removes the heart but now the button is just black with no icon in it. When I change none to show after display: it shows the heart again. Is there a particular css code can I add to above to input the male icon or any other icon?
Great plugin by the way again!
Thank you!
Sam