Some icons are not displayed

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:

  1. Go to the page ‘Appearance’->’Customize’
  2. Click ‘Additional CSS’
  3. Add CSS code
  4. Click ‘Published’