New Landing How can we help? Atelier Modify wishlist icon

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Atelier
  • #275389
    mazzaji
    Member
    Post count: 10

    Hi,

    How can I change the wishlist icon.
    I would like to change a heart like an attached file.

    Attachments:
    You must be logged in to view attached files.
    #275402
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    function custom_wishlist_icon() {
    	return '<i class="fa-heart"></i>';
    }
    add_filter('sf_wishlist_icon', 'custom_wishlist_icon', 100);
    add_filter('sf_add_to_wishlist_icon', 'custom_wishlist_icon', 100);
    add_filter('sf_wishlist_menu_icon', 'custom_wishlist_icon', 100);

    – Kyle

    #275405
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .sf-icon-wishlist:before{
    content: "\f08a" !important;
    font-family:FontAwesome !important;
    }

    Thanks
    Mohammad

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register