Some (but not all) of my Font Awesome icons disappeared. None of the social icons in the footer are working, and some of the icons throughout the site are missing. I’ve added CORS to .htaccess but that did not work. I’ve tried clearing my cache, disabling third party plugins, nothing seems to work. What am I missing?
Hi @blkitty13,
Thanks for reaching out.
It seems related to customization as the code is still old, would you mind deactivating your child theme (by activating the parent theme) and test it again? If it works then you’ll have to update your custom codes. Example,
the old code is this
<i class="x-icon-facebook-square"></i>
the new one is this
<i class="x-icon-facebook-square" data-x-icon-b="" aria-hidden="true"></i>
Where  is the icon code for facebook-square https://fontawesome.com/icons/facebook-square?style=brands
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.