Add the ability to remove time zones from the calendar events.
3 Likes
Hi there, @user2593
I agree that it would be awesome to have a setting to hide the time zones, and we’ll try to think about this opportunity in the future
As for now, we’ve hidden the timezone using this code in the Custom CSS field on the Style tab of your widget’s settings:
.fc-event-time span,
.eapp-events-calendar-popup-time-content span {
display: none;
}
1 Like
Thank you!
1 Like