Font Awesome Icons as Individual Node Icons

Font Awesome Icons as Individual Node Icons 2.1

No permission to download

BetaSparkUK

Member
BetaSparkUK submitted a new resource:

Font Awesome Icons as Individual Node Icons - Updated and more in-depth tutorial

This is the up-to-date version on how to use font-awesome icons as node icons. Hope it's alright that I've taken this over since the other resource located here is unmaintained. I needed this recently so I felt it was important to keep it updated. Saves time for people like me whom still wanted this.

  • Upload all files to your forum directory.
When you've gone ahead and...

Read more about this resource...
 
how to change color?
read color dark
unread color white

.node.node_176 .forumNodesInfo .nodeIcon:after, .node.node_176 .categoryForumNodeInfo .nodeIcon:after
{
font-familys: "FontAwesome";
font-size: 36px;
content: "\f0e6";

}

.node.node_176 .forumNodesinfo.unread .nodeIcon:after, .node.node_176 .categoryForumNodeInfo.unread .nodeIcon:after
{
font-familys: "FontAwesome";
font-size: 36px;
content: "\f0e6";

}
 
Last edited:
Top Bottom