Forums
Forums / Theme: Mesmerize / Code error: Instagram icon not displayed
(@tomwarnke)
2 months, 3 weeks ago
The Instagram brand icon isn’t displayed in the social icons bar.
The reason: It’s being embedded using <i class="fa fa-instagram">.
<i class="fa fa-instagram">
The correct code would be <i class="fab fa-instagram">.
<i class="fab fa-instagram">
I’d appreciate an update.
Thank you.
(@cristianbarbu)
Hello,
Can you specify the link of the page with the issue?
The following CSS code under “Additional CSS” solved the problem for me:
.top-bar-social-icons .fa-instagram:before { content: '\f16d'; /* FA4 Instagram Unicode */ font-family: FontAwesome; font-weight: normal; }
You must be logged in to reply to this topic.