Support Xenforo 2.3 custom username icons

Compatible XF Versions
2.3
Solution
I am using this code in Xenforo 2.3
Code:
.username--style3:before {font-family: 'Font Awesome 5 Pro';.m-faContent(@fa-var-chess-king);font-weight:900;color: inherit;padding-right: 4px;display: inline-block;}
.username--style4:before {font-family: 'Font Awesome 5 Pro';.m-faContent(@fa-var-shield-alt);color: inherit;padding-right: 4px;display: inline-block;font-weight: 900}
Back
Top Bottom