Hide Instagram username from widget header

Currently, the Instagram username can only be hidden using custom CSS code. Add a built-in option in the widget settings to hide the username from the header.

In the meantime, you can use this code in the Custom CSS field on the Settings tab of your widget’s settings:

.es-header-label {
  display: none !important;
}

Hi @Abbey_Deppe :waving_hand:

Great idea, thanks for sharing! Now let’s see if it catches on with other users :slightly_smiling_face: