can someone help my monster themes icons not appearing

hi please help.icons and social media icons not showing on my website with monster theme , https://mainrecruitltd.co.uk/

any help would be appreciated

Hi,

Thanks for asking your question at Envato forum.

Contact your Item Author

If they ask about purchase key then collect from Here

Still have any question open a Envato help ticket from Here

Thanks

as far I have checked found problem is Font Awesome Icon. In your website imported Font Awesome 4.7.0 but in css used Font Awesome 5. So, I think if you replace old version 4 to latest version 5 mean font-awesome.min.css but version 5 then your problem will be solved. You can ask the theme Autor about this issues.

Another solution in your css file:
font-family: “Font Awesome 5 Free”;
replace with:
font-family: “fontawesome”;
your problem will be solved

Thanks