Well, I have this kind of url
<a href="#" onclick='window.open("https://www.facebook.com/DavarashviliClinic/");return false;'>
<img src="http://ddc.websitedesign.ge/wp-content/uploads/2016/04/f.png" alt="Facebook" />
</a>
and want to change the facebook png image with awesome font icon code
<i class="fa fa-facebook"></i>
How to do this here in top blue header my site ?!
Just replace the
img
with thei
and specify the required Font Awesome class.You can change the color by adding
style="color:white;"
or you can use the CSS selector