Add Font Awesome icons to your usergroups

Unmaintained Add Font Awesome icons to your usergroups

Compatible XF 2.x versions
  1. 2.0
Additional requirements
EXTRA.less
Visible branding
No
Hi,

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 :
Code:
/*add fa to your usergroups*/
.username--style3:before {
font-family: "FontAwesome";
content: "\f013";
color: inherit;
padding-right: 4px;
display: inline-block...
You do not have permission to view the full content of this resource. Log in or register now.
Author
SyTry
Views
2,168
First release
Last update

Ratings

0.00 star(s) 0 ratings
Top Bottom