Add Font Awesome icons to your usergroups

XenForo Add Font Awesome icons to your usergroups

Styling

Supervisor
  • Thread starter
  • Moderator
  • #1
Styling submitted a new resource:

Add Font Awesome icons to your usergroups - Template Modifications

Today I share a tutorial for version 2.0 of xenForo : add Font Awesome icons to your usergroups!
Here is the basic code to add in your EXTRA.less template :
Less:
/*add fa to your usergroups*/
.username--style3:before {
font-family: "FontAwesome";
content: "\f013";
color: inherit;
padding-right: 4px;
display: inline-block;
}
  • style3 is my usergroup Admin.
  • If you want a rotation :
Less:
.username--style3:hover:before{...

Read more about this resource...
 
  • Tags
    add font awesome icons to your usergroups xenforo add font awesome icons to your usergroups فونت آیکن برای گروه کاربری
  • Back
    Top Bottom