Home › Forums › Jevelin Theme › Use fax icon in footer
Home › Forums › Jevelin Theme › Use fax icon in footer
Hi,
I would like to use the fax icon from Font Awesome in the footer. The following code doesn’t show any icon, unfortunately.
What can I do to achieve this?
Thanks!
https://fontawesome.com/icons?d=gallery&q=fax&m=free
<div>
<div><div class=”sh-contacts-widget-item”></div>
<div> <i class=”icon-fax”></i></div>
<div> Fax</div>
<div></div></div>
</div>
Hi @TL12,
I hope you are well today and thank you for your question.
Could you please share your site where you are using that code so that I can help you to achieve it?
Also, please tell me exactly where you have added that code in the site footer.
Best regards,
Shufflehound team
Thanks for your quick response. I have added an HTML widget in the (standard) footer. The last row of the middle column is missing the icon. I added the URL to the private information field.
Please try changing that code as following.
<i class="fa fa-fax"></i>
Solution for this topic
Thanks, that worked!
You are most welcome here 🙂