- Edited
Veriael Could you explain more, maybe provide something like step by step tutorial?
Here is the CSS, in order for each (Home, Following, Members)
Just add to the Custom CSS under Appearances.
.item-link3 .LinksButton.Button.Button--link::before {
content: "\f015";
font-family: fontawesome;
padding-right: 5px;
font-size: 15px;
}
.item-link1 .LinksButton.Button.Button--link::before {
content: "\f005";
font-family: fontawesome;
padding-right: 5px;
font-size: 15px;
}
.item-link2 .LinksButton.Button.Button--link::before {
content: "\f007";
font-family: fontawesome;
padding-right: 5px;
font-size: 15px;
}