Hi,
how do I change Heart "like" icon in any other image/icon I'd like?
Thank you.
how do I change Heart "like" icon in any other image/icon I'd like?
Thank you.
div#fd.es .es-menu-item.notice-friend .fa-users::before {
content: url('http://www.mymotorhood.com/images/loghi/Friendship3.png');
}
body div#fd.es .icon-es-heart {
background-position: -320px 0px;
}
Ikram Hakimi wrote:
We are currently using font-icons named FontAwesome to handle icons in our EasySocial component.
body div#fd.es .ies-users:before {
content: url('http://yoursite.com/media/images/icon.png');
}
<i class="ies-users"></i>