• Resolved trevellfr

    (@trevellfr)


    Hi,
    I discovered this plugin and I want to know if it’s possible to increase the size of the heart when we are on the category page ?

    Thx

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Plugin Author templateinvaders

    (@templateinvaders)

    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;
    }
    Thread Starter trevellfr

    (@trevellfr)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Heart size’ is closed to new replies.