• Hello,

    I’m noticing that the heart icon doesn’t display correctly in my archive, it is displayed as an empty square instead. The icon does work correctly on my featured products section on my home page however.

    Thanks
    Tom

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi Tom

    I think you can easly solve this issue adding the following CSS rule to additional CSS section of theme customizer (WP Dashboard -> Appearance -> Customize)

    i.yith-wcwl-icon.fa.fa-heart-o:before {
        content: "\f004";
    }
    .yith-wcwl-wishlistaddedbrowse i:before {
        color: #2974bc;
    }
    

    I had to distinguish between “to add” and “added” status, using icon color, since I wasn’t able to reproduce empty heart icon on your installation

Viewing 1 replies (of 1 total)
  • The topic ‘Heart icon not displayed in archive’ is closed to new replies.