• The Instagram brand icon isn’t displayed in the social icons bar.

    The reason: It’s being embedded using <i class="fa fa-instagram">.

    The correct code would be <i class="fab fa-instagram">.

    I’d appreciate an update.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Can you specify the link of the page with the issue?

    Thread Starter tomwarnke

    (@tomwarnke)

    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; }

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.