I have posted this question in an old thread : https://joomla51.com/forum/additional-font-awesome-icons
But maybe that will not be read or am I not patient enough or both. Anyway I made this new post.
I have problems with font-awesome icons in the template Chelsea. I add the custom code and css like Ciaran said in that thread.
[class^="fa-"]::before, [class*=" fa-"]::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
But when I did this the social icons like facebook, instagram and youtube disappear. I see that they have another class in fa5.
By example : facebook is 'fab fa-facebook-square'.
So the fab is new and causes the disappearing.
I have been looking on the internet but untill now not found a good solution for this. When I'm changing the font family into this : 'font-family: "Font Awesome 5 Brands";' the other icons are dissapear.
Hope you can help?
Thanks