# Change size of time text

**URL:** https://community.elfsight.com/t/change-size-of-time-text/140145
**Category:** Event Calendar
**Created:** [September 30, 2025, 6:30pm UTC](https://community.elfsight.com/t/change-size-of-time-text/140145 "2025-09-30T18:30:13Z")
**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: [September 30, 2025, 6:30pm UTC](https://community.elfsight.com/t/change-size-of-time-text/140145/1 "2025-09-30T18:30:13Z")

</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
.global-styles,
.eapp-events-calendar-time-text * {
font-size: 18px;
}

```
