XF 2.1 Anyone able to use FA icons which were added in 5.11.x?

Hmm, this is making me crazy, this is not working for me. Other icons are working.

CSS:
.node.node--id66 {
    &.node--forum {
        .node-icon i:before {
            .m-faBase();
            .m-faContent(@fa-var-list-music);
        }
    }
}
 
Yep works for me on the default style:

Code:
.node.node--id2 {
    &.node--forum {
        .node-icon i:before {
            .m-faBase();
            .m-faContent(@fa-var-list-music);
        }
    }
}

Screenshot_2.webp

The big thing though, make sure you're running 2.1.5 as that's the version which included 5.11 FA.
 
  • Like
Reactions: sbj
Running 2.1.5a here. I guess some addon is interfering here, but not sure how. Have to check it tomorrow.
Thanks for the confirmation though.
 
Top Bottom