Hide end dates

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

.eapp-events-calendar-date-element-endContainer {
display:none!important;
}
1 Like