ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,714
- Points
- 823
Reputation:
LQD submitted a new resource:
Add Font Awesome icons to your prefix - Add FA icon to prefix
Read more about this resource...
Add Font Awesome icons to your prefix - Add FA icon to prefix
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...Less:/*adding fa icon to prefix*/ .fa:before{ font-family:FontAwesome; margin-right:3px }
Explanation: label label--royalBlue is the color, fa-graduation-cap is the...CSS:label label--royalBlue fa fa-graduation-cap
Read more about this resource...