Hello,
I am trying to display telegram icon using font awesome code in toolbar left (the demo version) but it is not displaying. I am using this code:
<i class="fa fa-telegram" aria-hidden="true"></i>
I tried displaying Whatsapp icon and that is showing correctly:
<li><a href="#" alt="Contact us on Whatsapp for help!" title="Help available on Whatsapp"><span class="fa fa-whatsapp" aria-hidden="true"></span></a> +1 (980) 000 0000</li>
So, basically, class="fa fa-whatsapp" works but class="fa fa-telegram" does not (although it should because it works on other site).
Please help.