Hi!
Thanks for the hint!
I’m close but the changes didn’t take effect.
I changed the file so now the lines look like:
<span class=”service-icon wow zoomInDown”><?php echo ‘<i class=”icon- ‘ . esc_html($icon) . ‘”></i>’; ?></span>
But when I inspect the element I get
fa icon-whatever the icon.
So something is overriding this area. Is it possible?
Do you know a way to have two font classes so I can use both FontAwesome Icons and my custom icons?
Thanks!
Regards