Social Menu Icons Not Working

Greetings!
I changed the font on my website which is using the Activello theme, and the Font Awesome icons aren’t appearing On the social menu and search bar. I have tried every related solution available on the forum, please help! The site is http://queenregnant.co.za

Hey there,
I hope you’re doing well today

Just to confirm, did you change the font using the customizer options or by some alternate method plugin or CSS?

Best Regards,
Support

I used the Google Fonts plugin.

You can resolve that issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

It’s working perfectly! Thank you!

You are most welcome here :slight_smile: