- How do I add the year to the date in the event popup?
1 Like
Hey there, @Adirondack_Theatre_F ![]()
By default, the popup shows the year only when an event is in a future year. For events happening in the current year, the year is hidden by design.
If you’d still like the year to show for your 2026 events, you can add this to the Custom CSS field (Style tab) in your widget settings:
.global-styles,
.eapp-events-calendar-popup-time-text:after {
content: ", 2026";
}
Just a heads-up: this will add , 2026 to all events in the popup — including past ones.
Also, I noticed your current CSS is missing a closing brace } at the end. Please add it so the new code works correctly ![]()
I can’t seem to get it to work
1 Like

