Option to match font from website for text

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

1 Like

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: