Font awesome in menu

Hey,
Im trying to add the home icon to my nav menu instead of the word Home. I added this:
< i class=“x-icon x-icon-home” data-x-icon="&#xf015" >

but it not working. What am i doing wrong?

Thanks
Rena

Hi Rena,

Thanks for writing in! Please update your code as follows.

<i class="x-icon x-icon-home" data-x-icon="&#xf015;" aria-hidden="true"></i>

That should render your icon properly.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.