Adding Icons in Topbar content (not social icons)

In the topbar content area (not the social icons). Can you add font awesome icons? For instance i have added an email address into the topbar but would like an envelope icon next to it.

thanks,

oh site is: https://learningcommunitytrust.co.uk

Hi there,

Please add this before the email address text:

<i class="x-icon x-icon-envelope-o" data-x-icon="" aria-hidden="true"></i>

Hope this helps.

Hi @Jade That’s great thanks. That worked. I am now trying to add a phone icon after the email address and am using the code: but it just adds the envelope again. Sorry to be a pain. Thanks Jade.

Hi There,

Can you please check if you have used this!

<i class="x-icon x-icon-phone" data-x-icon="" aria-hidden="true"></i>

Hope this helps!

Perfect! thanks @basanta