How to fix font awesome icons not working on your site
Last Updated: October 29, 2021
Add the below code to .htaccess file in the root of your web folder. Usually you have to locate this file using FTP client and open with a text editor such as NotePad++
If you are not able to locate this file, contact your web host and have them do it for you.
1 2 3 4 5 |
<IfModule mod_headers.c> <FilesMatch "\.(svg|ttf|otf|eot|woff|woff2)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> <IfModule> |
This Code should be added right after the “# BEGIN WordPress” line.
Did this article help you? If not, send us a ticket via helpdesk
Similar Articles
** What to check if eventON is not workingHow to debug for PHP code errorsHow to debug Javascript interactive issuesHow to find if an issue is coming from eventONHow to fix font awesome icons not working on your siteHow to fix style override issuesIncreasing the WordPress Memory LimitTroubleshooting Using the Health Check PluginWhy is Location Google Map grayed out or not displayed on Event Card