# Make past events gray (Grid)

**URL:** https://community.elfsight.com/t/make-past-events-gray-grid/140181
**Category:** Event Calendar
**Created:** [October 1, 2025, 1:10pm UTC](https://community.elfsight.com/t/make-past-events-gray-grid/140181 "2025-10-01T13:10:47Z")
**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:10pm UTC](https://community.elfsight.com/t/make-past-events-gray-grid/140181/1 "2025-10-01T13:10:47Z")

</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 {
filter: grayscale(1) !important;
}

```
