# Hide popup for past events (Grid layout)

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

</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-grid-item-component {
  pointer-events: none;
}

```
