- May 18, 2015
- 1,052
- 179
- 2,392
BassMan submitted a new resource:
[cXF] Change default FA node icons - DIY tutorial to change default Font Awesome node icons
Read more about this resource...
[cXF] Change default FA node icons - DIY tutorial to change default Font Awesome node icons
Would you like to change your default Font Awesome node icons like this?
< read node >
< unread node >
To change a single node icon with a different Font Awesome icon add this code to yourextra.less
template:
Rich (BB code):/*** Change default FA node icon **/ .node.node--idX { &.node--forum { .node-icon i:before { .m-faBase(); .m-faContent(@fa-var-dot-circle); }...
Read more about this resource...