Yes, I also styled the heart symbol – it can be done using CSS, the heart is in a CSS pseudoelement. You can inspect the heart symbol element on the category page and re-use the CSS selector for the heart icon. There you can increase the font-size of it.
In my case I replaced the font-based symbol with a SVG background image instead as I also wanted to change the symbol.
Hi @trevellfr
In most cases the next custom CSS rule should work:
.tinv-wishlist.tinvwl-loop-button-wrapper .tinvwl_add_to_wishlist_button::before {
font-size: 2em;
}
Hi all,
Thank for your replys.
I test each and I have very good result with the solution of @templateinvaders.
Thanks a lot!
Hello!
I would like to know if I can resize the heart on the header and on the product page as well.
Thank you.