B bcercan Active member Oct 18, 2014 #1 Hello, I want to add a heart image to "MichaelDance, Tobes, ehfz and 13 others like this." here like: " MichaelDance, Tobes, ehfz and 13 others like this." How can I do?
Hello, I want to add a heart image to "MichaelDance, Tobes, ehfz and 13 others like this." here like: " MichaelDance, Tobes, ehfz and 13 others like this." How can I do?
Sheldon Well-known member Oct 19, 2014 #2 If you wanted to use FontAwesome; it'd be.... Code: .LikeText:before { color: red; content: "\f004"; font-family: FontAwesome; padding-right: 2px; } Upvote 0 Downvote
If you wanted to use FontAwesome; it'd be.... Code: .LikeText:before { color: red; content: "\f004"; font-family: FontAwesome; padding-right: 2px; }