I bought this theme and before I did I saw a lot of icons being used in the examples. I thought I would be able to use icons as well… best would be font awesome.
However… reading the forum (btw… i thought there would be support, but I only get to the forum) I see a lot of posts regarding missing font packs, and removed plugins for icons.
I tried a few things I read about trying to make font awesome working on my site, but I seem not to be able to.
So, from scratch… how to make font awesome work in wordpress 4.5.3 with the enfold theme and an (emtpy) enfold child theme ?
Thanks!!!
Hi M!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/.
For FontAwesome icons, please add following code to bottom of Functions.php file in Appearance > Editor
function avia_add_fontawesome(){
?>
<script src="https://use.fontawesome.com/e95b19dda6.js"></script>
<?php
}
add_action('wp_head', 'avia_add_fontawesome');
We provide support through our support forum. Let us know if you have any other questions
Regards,
Yigit