Comments 2Erikari started the conversationNovember 24, 2020 at 4:19pmHello, Salient uses Font Awesome for icons, but it's using v4.7In v5> there's the patreon icon: https://fontawesome.com/icons/patreon?style=brandsI need to be able to use that icon in your page builder:http://prntscr.com/vp9dbpIs there a way to get an updated version that works in the icons section?Or as an alternative, a way for me to manually add the patreon svg I downloaded from font awesome and have it appear there?Thank you 2,963Andrew repliedNovember 24, 2020 at 5:38pmHi Erikari,Use this plugin to add the latest version of FontAwesome: https://wordpress.org/plugins/font-awesome/ . Use the following custom css to replace one existing icon like handshake: .fa-handshake-o:before { content: '\f3d9' !important; font-family: 'FontAwesome'; } Thanks.1 Like 2Erikari repliedNovember 25, 2020 at 8:24amHello, thank you so much for the quick answer! For peeps who will also look for this answer, or future me, I found that using this code worked everywhere, also in the icons in the header menu for example: .fa-dribbble::before, .fa .fa-dribbble::after { content: '\f3d9' !important; font-family: 'FontAwesome'; } (there was a ":" missing)2 Likes 2,963Andrew repliedNovember 25, 2020 at 8:26amHi Erikari,Thank you for this helpful information.Kind Regards.1 Like Sign in to reply ...
Hello,
Salient uses Font Awesome for icons, but it's using v4.7
In v5> there's the patreon icon: https://fontawesome.com/icons/patreon?style=brands
I need to be able to use that icon in your page builder:
http://prntscr.com/vp9dbp
Is there a way to get an updated version that works in the icons section?
Or as an alternative, a way for me to manually add the patreon svg I downloaded from font awesome and have it appear there?
Thank you
Hi Erikari,
Use this plugin to add the latest version of FontAwesome: https://wordpress.org/plugins/font-awesome/ .
Use the following custom css to replace one existing icon like handshake:
Thanks.
Hello, thank you so much for the quick answer!
For peeps who will also look for this answer, or future me, I found that using this code worked everywhere, also in the icons in the header menu for example:
(there was a ":" missing)
Hi Erikari,
Thank you for this helpful information.
Kind Regards.