Changing Footer Icon – FontAwesome
-
Hi,
I am trying to replace an icon in the footer widget. Trying to replace the phone icon with whatsapp icon. Using fontawesome short codes but its not working.
Trying to replace: class=”fa fa-mobile”
WITH
class=”fa fa-whatsapp”
Kindly assist.
Hello,
You can add icon by means of HTML code, like this: <i class="fab fa-500px"></i>
Insert the appropriate icon code before the text.
Best Regards
Hi. I have created all variations but it still does not work.
Can you please check the 2nd bullet of 2nd footer column?
Hello,
You used classes <i class="fa fa-whatsapp"></i>
and they are not supported by Elementor. You should use this class type: <i class="fab fa-whatsapp"></i>
Best Regards