The plugin uses Font Awesome Icons version 5. If you are using an old version of the Font Awesome Icons, a conflict may occur and the icons will not be displayed.
To solve this problem, add the following CSS code to the site:
.fa {
font-family: FontAwesome !important;
}
In the site dashboard:
- Go to the page ‘Appearance’->’Customize’
- Click ‘Additional CSS’
- Add CSS code
- Click ‘Published’