- Joined
- Feb 5, 2024
- Messages
- 3,308
- Reaction score
- 6,681
- Points
- 113
- Website
- esso4k-tv.com
- vip
- 7,370 credits
Offline
Would you like to have icons in sidenav on Account page like this?
Add this to your extra.less template :
To change the icon edit value after @fa-var-.
Want a Pro icon of a specific style?
If you are using route filters edit in the code what you've changed with filters (for example: if you're using route filter for account to something-else, then edit above code to suit.
Add this to your extra.less template :
To change the icon edit value after @fa-var-.
Want a Pro icon of a specific style?
If you want an icon with one of the Font Awesome 5 Pro styles - light, solid or duotone - use the above code like this (example): .m-faContent(@fa-var-duotone-sign-in);. As you can see, you add the style name (in that case duotone) inside the code right after the var-.
HTML:
You must log in to view
(1 lines)
If you are using route filters edit in the code what you've changed with filters (for example: if you're using route filter for account to something-else, then edit above code to suit.
Last edited:





