# Remove Event Dates

**URL:** https://community.elfsight.com/t/remove-event-dates/53343
**Category:** Event Calendar
**Tags:** Gathering-Feedback
**Created:** [May 20, 2024, 2:02pm UTC](https://community.elfsight.com/t/remove-event-dates/53343 "2024-05-20T14:02:41Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![user12173](https://avatars.discourse-cdn.com/v4/letter/u/7993a0/32.png) [@user12173](https://community.elfsight.com/u/user12173)
#### Post date: [May 20, 2024, 2:02pm UTC](https://community.elfsight.com/t/remove-event-dates/53343/1 "2024-05-20T14:02:41Z")

</div>

Add the ability to remove dates from the event calendar so we can use the widget for events that do not have specific dates.

---

<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: [May 20, 2024, 2:19pm UTC](https://community.elfsight.com/t/remove-event-dates/53343/2 "2024-05-20T14:19:38Z")

</div>

Hi there @user12173 👋

We’ll try to consider implementation of this setting in the future updates.

As a workaround, feel free to use this CSS code (should be added to the Custom CSS field on the Style tab of your widget’s settings):

```auto
.eapp-events-calendar-date-element-component {
  display: none;
}

```

This code will remove dates in popups:

```auto
.global-styles,
.eapp-events-calendar-popup-item-inner .eapp-events-calendar-tags-item,
.eapp-events-calendar-popup-item-inner .eapp-events-calendar-popup-item-time {
  display: none;
}

```

---

<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: [May 22, 2024, 10:44am UTC](https://community.elfsight.com/t/remove-event-dates/53343/3 "2024-05-22T10:44:34Z")

</div>

A post was split to a new topic: [Hide date and time in popup](https://community.elfsight.com/t/hide-date-and-time-in-popup/53751)
