• Resolved dionnekathleen

    (@dionnekathleen)


    hi,

    In settings I’ve changed the heart to a star. But it won’t change?

    I’m using the Shopkeeper theme.

    Thank You.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    It seems that your theme is customizing Add to Wishlist icon
    Please, try to add this CSS code to Additional CSS section of theme customizer

    .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before{
        font-family: FontAwesome;
        content: '\f005';
    }
    

    It will change theme’s default heart with a star

    Thread Starter dionnekathleen

    (@dionnekathleen)

    Hi @yithemes,

    Thank you for your reply. This is the solid icon, though. I would like for the star to be outlined when not activated, and solid when activated. How do I achieve that? And also, I use the topbar in my theme. The wishlist icon is still a heart there..

    Thanks for your help!

    Regards,

    Dionne

    Plugin Author YITHEMES

    (@yithemes)

    Hi Dionne

    Please, try replacing the previous style that I provided, with what follows:

    .yith-wcwl-add-to-wishlist a.add_to_wishlist:before{
        font-family: FontAwesome;
        content: '\f006';
    }
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{
        font-family: FontAwesome;
        content: '\f005';
    }
    
    .site-header-wrapper .site-tools .wishlist-button .spk-icon:before{
        font-family: FontAwesome;
        content: '\f006';
    }
    

    Here some screenshot of your site after customization
    Screen 1 (empty star)
    Screen 2 (added to wishlist)

    Thread Starter dionnekathleen

    (@dionnekathleen)

    @yithemes

    That did it!
    Thank You Very Much!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change heart to star not working’ is closed to new replies.