.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}
next to username like in this forum, i tried many times with extra.less and .username--style5, but nothing worked, it worked one time but it put the icon everywhere where .username--style5 existedWhere would you like the fontawesome icons placed example please.
.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}
worked, thanksI 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}