I changed the fa icon to the IG one and now it has diapered lol.
<div>
<a href="www.google.com">
<i class="fa fa-instagram fa-2x" area-hidden="true"> </i>
</a>
</div>
I changed the fa icon to the IG one and now it has diapered lol.
<div>
<a href="www.google.com">
<i class="fa fa-instagram fa-2x" area-hidden="true"> </i>
</a>
</div>
change the first class “fa” to “fab” and it will work.
tx @aditya_p
Do you know why it’s changed colors?
Because its inside the anchor “a” tag.
That’s why blue.
You can change that as and when you want.
Yea ur right.
a{
color:whitesmoke;
}