XenForo Tutorials

Add an FA logo to the user group

Submitted by Sunny1997, , Thread ID: 123409

Sunny1997
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
4
Credits:
0
04-03-2019, 01:23 PM
#1
Code:
.username--style3:before { // Change the number 3 by the number of the user group you want.
  font-family: "FontAwesome";
  content: "\f132"; // Change the unicode (f132) by the one you want to find on the site: https://fontawesome.com/v4.7.0/icons/
  color: inherit;
  padding-right: 4px;
  display: inline-block;
}

Add to extra.less

Users browsing this thread: 1 Guest(s)