# Change Past Events colors

**URL:** https://community.elfsight.com/t/change-past-events-colors/53948
**Category:** Countdown Timer
**Tags:** Gathering-Feedback
**Created:** [May 23, 2024, 10:48am UTC](https://community.elfsight.com/t/change-past-events-colors/53948 "2024-05-23T10:48:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ElfsightBot](https://avatars.discourse-cdn.com/v4/letter/e/ecd19e/32.png) [@ElfsightBot](https://community.elfsight.com/u/ElfsightBot)
#### Post date: [May 23, 2024, 10:48am UTC](https://community.elfsight.com/t/change-past-events-colors/53948/1 "2024-05-23T10:48:58Z")

</div>

There is no possibility to change the Past Events colors separately from the main calendar. We figured out that we can change the Past event title via CSS:

```auto
.eapp-events-calendar-layout-pastEventsTitle{
color: #fff;
}

```

It’d be convenient if such setting existed.
