Remove Date and Time in popup

Add the code below to Custom CSS field on your Event Calendar widget’s Appearance tab:

.global-styles, .eapp-events-calendar-popup-item-time {
display: none;
}

.global-styles, .eapp-events-calendar-divider-component {
display: none;
}