Facebook Icon not showing up in social menu

Hello!
I’ve created a social menu and am adding links to Facebook and Instagram.
However, the Facebook icon is not showing up properly, because I have the word “feed” in my Facebook page URL (it is part of my blog name). Instead the icon is getting converted to the one for RSS feed. I’ve checked that when using http://facebook.com/, the icon shows up properly as the Facebook icon, but when using http://facebook.com/feedmesushi, the icon shows up as RSS feed.

Is there a way I can force it to show the Facebook icon? Worst case, I suppose I could change my Facebook page URL…but I would like to avoid this if possible. Thanks!

–Anita

Hey there,

I hope you are well today and thank you for your question.

Can you provide the URL to your website so we can have a look at the issue?
With your facebook link http://facebook.com/feedmesushi enabled.

Best regards,
Support.

Sure, thanks, it is feedmesushi.com :slight_smile:

You can display it by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

#social li a[href*="facebook.com"] .fa:before,
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a" !important;
}

Thanks Movin! Worked great.

You are most welcome here :slight_smile: