XenForo Change default FA node icons

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
835
7
271
Language
English
GuDron submitted a new resource:

Change default FA node icons - xenforo 2 Change default node icons

Would you like to change your default Font Awesome node icons like this?

< read node >
View attachment 27

< unread node >
View attachment 28

To change a single node icon with a different Font Awesome icon add this code to your extra.less template:
CSS:
/*** 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...