Change title font, font size and font weight

Add the code below to Custom CSS field on your Instagram Feed widget’s Style tab:

.es-widget-title {
  font-family: Helvetica !important;
  font-weight: 400;
  font-size: 24px;
}

You’re welcome to change the values in the CSS code to your liking.

You may also set any other font, providing it is supported by your browser and added to your website.