Hide Overview in popup

Add this code to the Custom CSS field on your Job Board widget’s Appearance tab:

.global-styles, [class*="Popup__PopupContainer"] [class*="Description__Title"] {
  display: none!important;
}