Archived topic
Cannot see my social media icons
2 replies · Started by Andiomel on April 9, 2018
Hello,
I tried putting custom link icons to my menu bar in generate Press.. I got those icons from font awesome and followed the instructions. I wonder why I only see a box beside the search icon, it's supposed to be facebook.
Instead of
<i class="fab fa-facebook-f"></i>
Try
<i class="fa fa-facebook-f"></i>
I believe the first example needs the latest version of Font Awesome, and GP has an older version - Tom or Leo will probably be able to explain better, but that's how I got round the same issue on my own sites :)
GP 2.1 is currently in beta, and includes Font Awesome 5: https://github.com/tomusborne/generatepress/issues/63
Any testing is greatly appreciated! :)