XF 2.1 Wanting Custom XenForo Icons

JamesAus

Active member
Is anyone on here any good with graphics, or could point me in the direction of where I could get some of the icons changed for my site?
 
Once you find what you like from fontawesome, you can put the codes for the nodeid number in your extra.less template.

example from one of my own forum's extra.less
.node.node--forum.node--id3 i:before{content:'\f08d';}
.node.node--forum.node--id5 i:before{content:'\f0f1';}
.node.node--forum.node--id6 i:before{content:'\f559';}
.node.node--forum.node--id9 i:before{content:'\f65c';}
.node.node--forum.node--id10 i:before{content:'\f218';}
.node.node--forum.node--id12 i:before{content:'\f6a3';}
.node.node--forum.node--id25 i:before{content:'\f8c4';}
.node.node--forum.node--id28 i:before{content:'\f4ce';}
.node.node--forum.node--id42 i:before{content:'\f108';}
 
You may find this resource useful also...

 
Top Bottom