December 7, 2021 at 12:24 pm /
FontAwesome 5 issue with Elementor plugin.
Please use the following CSS code to Appearance >> Customize >> Additional CSS. and pasting it there. it will resolve FontAwesome icon.
1 2 3 4 5 6 7 8 |
.fa, .fab, .fal, .far, .fa, .fas { font-family: 'FontAwesome'; font-style: normal; } .topbar .social a, .social-footer a { text-decoration: none; } |