XF 2.0 Adding font awesome to the title

AndyB

Well-known member
In my template I would like to add a FA icon to the title. Is this possible?

1509718807632.webp

Currently my RSVP template looks like this:

1509718999770.webp

I would like it to look like this:

1509719124246.webp
 
Couldnt you just use the basic integration between the title tag on the left side of the title?
<i class="fa fa-camera-retro"></i>
And i would use a &nbsp; for the space between the icon and the title.
 
Last edited:
Thank you, HQCoder. The trick is to put the code in the phrase.

1509734965831.webp

I wonder where I can find a list of all available FA fonts. I used the font_awesome.css template, but hopefully there's a better source that shows the FA image and name.
 
Top Bottom