Change the font

  • Issue description:
    How do I change the font type for my Instagram feed where it says, “Follow us on Instagram”?
  • Link to the page with the widget in question:
1 Like

You can add this code to CSS tab

div.eapps-instagram-feed-title {
    font-size: 30px;
    font-family: Arial;
}

1 Like

Hi @Asit_Aithal :wave:

Tuanphan is right and his code works great! However, we also have a solution from our devs with the more up-to-date classes:

.es-widget-title {
  font-family: Calibri !important;
}

Please add one of the codes to the Custom CSS field on the Style tab and let me know how it works :wink:

By the way, we have a CSS codes category, where you can find the most popular codes for different apps (including Instagram Feed) - CSS Codes - Elfsight Community.

1 Like