Resource icon

Add Icon Before Like Text

tafreehm

Well-known member
tafreehm submitted a new resource:

Add Icon Before Like Text (version 1.0.0) - Add a nice unicode icon in like bar

Hello,
This is just a small CSS trick to add nice unicode icon before like text. Take a look at screenshot below for better understanding.
View attachment 31526
In order to have this heart image before the list simple go to your edit.css and add the following code:
.LikeText:before {
content: "\2665 \0020";
color: #FF0000;
font-size: 1.5em;
margin: 0 0 0 2px;
}
Don't forget to click save !
-----------
Tip: If you wanna have unfilled heart...

Read more about this resource...
 
Top Bottom