Just checked your source code. You added the class fa to those menu items, therefore the font family is set to Fontawesome. Remove it as you don’t need it anyway.
If by link not working you’re referring that the icon is not showing up, that’s because it’s not part of the icon scheme for the social menu. It’s easy to do if you add this in a custom CSS plugin, like that module that Jetpack provides:
.social-navigation li a[href*="/feed/"]::before {
content: '\f09e';
}
Thread Starter
Anonymous User 14263651
(@anonymized-14263651)
Vlad, fa icons are added to all items on the menu and they are still shown in the correct font. So this is not the problem.
I meant that I added fa icons for Twitter, Facebook and RSS to Social menu but it turned out that Twitter and Facebook links there show their own icon. I deleted fa icons and left links with your icons. But obviously there is no working RSS icon in the Social menu. And the one I insert with the link to my RSS feed doesn’t work – you cannot click on it and get to the RSS page, even though the link is added in the menu to this item. So I deleted it altogether.
But your solution worked. Thank you!
Still have the font issue with AviaDeals menu item though other items (with fa icons) work well.
Have another look at what I said please. You need to remove fa for that item and keep only fa-shopping-cart. The other items work well because they don’t have the fa class which is unnecessary and all it does is overwrite the font family.
Thread Starter
Anonymous User 14263651
(@anonymized-14263651)
Oh, I didn’t know! Thank you. This whole fa or fa-fa thing is confusing. ))