# Hide end dates

**URL:** https://community.elfsight.com/t/hide-end-dates/140188
**Category:** Event Calendar
**Created:** [October 1, 2025, 1:21pm UTC](https://community.elfsight.com/t/hide-end-dates/140188 "2025-10-01T13:21:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [October 1, 2025, 1:21pm UTC](https://community.elfsight.com/t/hide-end-dates/140188/1 "2025-10-01T13:21:37Z")

</div>

Add this code to the Custom CSS field on the Style tab of your [Event Calendar](https://elfsight.com/event-calendar-widget/) widget’s settings:

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

```
