- Compatible XF 2.x versions
- 2.0
- Additional requirements
- EXTRA.less
- Visible branding
- No
Hi,
Today I share a tutorial under xenForo 2.0 : Add Font Awesome icons to your prefix !
To begin add this in your template EXTRA.less :
Then in the prefix of your choice check other CSS class. Add this code...
Today I share a tutorial under xenForo 2.0 : Add Font Awesome icons to your prefix !
To begin add this in your template EXTRA.less :
Code:
/*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...
You do not have permission to view the full content of this resource.
Log in or register now.