XF 1.2 Use font awesome for individual navigation tabs

RWonko

Active member
I am looking to replace all my nav tabs with font awesome icons could any one explain how I would do this.
cheers
 
It's in their documentation. fontawesome.io/get-started/

1. Place the fontawesome folder in your theme.
2. Add the stylesheet reference in header template.
3. Since you have referred the 'adding images to navigation bar' tutorial, just replace the images with
<i class="fa fa-camera-retro"></i>

You will get an idea after that.
 
Check the screenshot, I just added the font-awesome icons to the home tab and also the code is below.

2dl25j8.jpg


So by this procedure, you should be adding the code in navigation template. If you are unable to do, send me a PM with access info.
 
Top Bottom