Add Font Awesome icons to your prefix

XenForo Add Font Awesome icons to your prefix

Styling

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

Add Font Awesome icons to your prefix - Template Modifications

To begin add this in your template EXTRA.less :
Less:
/*adding fa icon to prefix*/
.fa:before{
    font-family:FontAwesome;
    margin-right:3px
}
Then in the prefix of your choice check other CSS class. Add this code...
Less:
label label--royalBlue fa fa-graduation-cap
Explanation: label label--royalBlue is the color, fa-graduation-cap is the FA symbol.


Read more about this resource...
 
  • Tags
    add font awesome icons to your prefix tips xenforo add font awesome icons to your prefix xenforo add font awesome icons to your prefix
  • Back
    Top Bottom