Archived topic
Font Awesome icon dissappeared
3 replies · Started by Michael Alø-Nielsen on August 19, 2017
After the GP-1.4 update, my Font Awesome sitemap icon (fa-sitemap) has dissappeared.

None of the other Font Awesome icons is affected, only the sitemap icon.
How do I get it back?
My site is here.
Strange, nothing FA related changed in 1.4.
The issue here looks like one that would have been an issue forever.
Try adding this CSS:
.fa-sitemap:before {
content: "\f0e8" !important;
}
The icon was there before I updated to 1.4.
I thought it might have to do with the Font Awesome name-tweak You mentioned in this update in the facebook-group.
But at least now I've got the icon back :-)
Thanks for helping me.
That's just the ID that WP uses to enqueue Font Awesome - the files didn't change.
Technically, the icon shouldn't have been displaying before, as the conflict has been in GP since 0.1. Very strange!
Glad it's working now :)