Social media icons not displaying (only square icons)

My social icons are not displayed, I use your solution with an additional CSS but only appears square icons. Please help, www.felixcarmona.net

Looks like the font-awsome declaration is missing. In your custom CSS of your theme’s settings, add the following to the top:

@import “https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”;

Hey there

@PWC_Guy thanks for sharing the solution, yes, indeed, that code can be added into the Appearance > Customize > Additional CSS:

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

Regards

Hi, thanks for your help but your indication doesn´t work, same square icons with “X” inside.

Hi, I had a similar issue. My icons didn’t show up at all. They were there, because when I hover over with the mouse I could see there were some buttons.

I fixed it by installing the FontAwesome plugin and add the following code to Custom CSS. Don’t really like to install extra plugins (if it should work from the theme itself), but at least I can see the icons now.

.fa {
font-family: FontAwesome;
}

Maybe this works for you!

1 Like

Hey there

Thanks for sharing your solution @GooseW

Regards

1 Like

Finally it works! my social media icons are displayed as expected, thank you very much @GooseW for your guidance on resolving this issue.

1 Like

That’s cool :slight_smile:

Regards