Font setting

Option to select custom text, or match the existing font from the website.

Hey there @Habitus_Shop :wave:

I cannot but agree that it would be awesome to add such a setting to the widget configurator. We’ll try to think it over in our upcoming enhancements.

As for now, you can add this CSS code to the Custom CSS field on the Style tab to change the font of all the elements:

/*Title*/
.es-widget-title {
  font-family: Arial!important;
}
/*Header*/
.eapps-instagram-feed-header-inner {
  font-family: Arial!important;
}
/*Post*/
.es-post-text {
   font-family: Arial!important;
}
/*Popup*/
.global-styles, .es-popup{
  font-family: Arial!important;
}
/*Load More*/
.es-load-more-button {
  font-family: Arial!important;
}

A huge thank you for sharing your thoughts and welcome aboard :heart:

I’d love it if the “load more” button could match the font of my website!

Hi @user23787 welcome to community :clap:

Here is an overview of the CSS classes of all elements.
Change Font of all elements

This would be the right code for your project.

/* Load More Button */
.es-load-more-button {
    font-family: Arial !important;
}

Hi there, @user23787 and welcome aboard :waving_hand:

We already have this request on the Wishlist, and I’ve added your comment there too. If this idea gets more votes, we’ll try to consider the implementation of the font setting to the widget editor.

As for now, you’re very welcome to use the code suggested by Sina :slightly_smiling_face:

Hey everyone!

The font setting is already available in the widget! :tada:

This feature is available in widgets created after this release only.

You can manually update your existing widget from the dashboard, but please note that any custom CSS or JS code currently added to the widget will be removed during the update.

Want to move to the latest version while keeping your custom CSS or JS? Leave a comment in this thread — our developers will be happy to help :wink:

Find more new features in this post: Instagram Feed: [MAJOR UPDATE] Tags & Mentions, advanced filtering, new layouts, styles and more! ⚡