# Hide popup for past events (List layout)

**URL:** https://community.elfsight.com/t/hide-popup-for-past-events-list-layout/44034
**Category:** Event Calendar
**Created:** [March 14, 2024, 11:08am UTC](https://community.elfsight.com/t/hide-popup-for-past-events-list-layout/44034 "2024-03-14T11:08:09Z")
**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: [March 14, 2024, 11:08am UTC](https://community.elfsight.com/t/hide-popup-for-past-events-list-layout/44034/1 "2024-03-14T11:08:09Z")

</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-layout-past-events .eapp-events-calendar-list-item-component {
  pointer-events: none;
}

```
