Dear support team,
I`m trying to change footer module with FontAwesone icons used but cannot add any other icons.
Original code:
<ul class="social-list social-color">
<li><a href="#" title="Facebook" class="facebook"><span class="fa fa-facebook" aria-hidden="true"></span><span class="element-invisible">empty</span></a></li>
<li><a href="#" title="Twitter" class="twitter"><span class="fa fa-twitter" aria-hidden="true"></span><span class="element-invisible">empty</span></a></li>
<li><a href="#" title="Instagram" class="instagram"><span class="fa fa-instagram" aria-hidden="true"></span><span class="element-invisible">empty</span></a></li>
<li><a href="#" title="Google plus" class="google-plus"><span class="fa fa-google" aria-hidden="true"></span><span class="element-invisible">empty</span></a></li>
</ul>
how can i create youtube or telegram icon?
"fa fa-telegram" just wont work and i will get blank white square instead.