Description : In some cases, after updating and activating the theme, some icons may be missing and appear as squares. This issue occurs due to changes in the Font Awesome version. To resolve this, we can use the following methods
Methods to Follow
The issue may occur when we install Dart-Sass, which is part of the new releases. Some styles may override the existing ones, causing the icons to disappear
1.Confirm which version of Font Awesome is currently being used.
2.Check if the Font Awesome classes are compatible with the new version.
3.If they are, add the appropriate Font Awesome Bootstrap link to the site and test locally to see if the issue is resolved.
4.If the issue is resolved, update and deploy the changes.
Example Link : <link href=”https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css” rel=”stylesheet”>