Styling
Supervisor
- Thread starter
- Moderator
- #1
Styling submitted a new resource:
Add Font Awesome icons to your prefix - Template Modifications
Read more about this resource...
Add Font Awesome icons to your prefix - Template Modifications
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 FA symbol.Less:label label--royalBlue fa fa-graduation-cap
Read more about this resource...