Hide Datetimes from Event Details Page
If you want to avoid displaying the datetime(s) of each event, you can use the Custom CSS Upgrade to hide the datetimes section of the event details page.
After subscribing to the Custom CSS Upgrade you'll have a new menu item located at: Appearance > Custom CSS:
Copy this CSS text and paste it into your custom css style sheet:
.event-datetimes {display:none}
After saving your custom css, the event datetimes will be hidden.