Adding Social Media Icons to Menu

Hello! After the update, my social media icons are not showing up in the menus. I don’t remember and/or cannot find the actual code I need to actually input into the “Navigation Field” label for the following social media sites:

-twitter
-faceboook
-instagram
-linkedin

Hi Jon,

We have updated fontawesome to version 5 in the latest release of the theme and this requires some updates on the icon data attribute.
Please navigate to Appearance > Menu and change all instances of data-x-icon to data-x-icon-b

eg. For instagram

Change

<i class="x-icon x-icon-instagram" aria-hidden="true" data-x-icon=""></i>

to this

<i class="x-icon x-icon-instagram" aria-hidden="true" data-x-icon-b=""></i>

Hope that helps

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