Avada › Forums › Community Forum › Social Icons Not Showing on Desktop › Reply To: Social Icons Not Showing on Desktop
Hi murphree11. The problem you face is cross origin loading. If you open up the developer tools you will see:
Access to Font at … from origin … has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin … is therefore not allowed access.
This will be due to your WordPress set-up. Right now the front-end domain and the domain being used for assets are different. So you either need to change that so they are the same (recommended) or allow CORS. For which check out our documentation post – https://theme-fusion.com/documentation/avada/knowledgebase/are-your-font-awesome-icons-or-custom-fonts-not-showing-up/ (will depend on hosting type and permissions whether that will work)