Change font and its color for Past Events and Group by Dates title

it would be nice to be able to easily change the formatting of more elements in the calendar widget. I would like to change the date font + color (in list view), as well as be able to customize the “Past Events” header. Right now it is the same style as the date text, so it doesn’t look like a separate section. I found the CSS for centering the header, but that’s all I could get to work. The CSS i found for changing the background of past events did not work.

1 Like

Hi there and welcome to the Community, @Angelica_Jusino :waving_hand:

Great idea, thanks for sharing! We’ll try to consider it as an option in the settings, especially if more users upvote this request.

As for now, you can change the color and fonts using the following CSS codes :slightly_smiling_face:

Past Events title

.eapp-events-calendar-layout-past-events-title {
  font-family: Calibri;
  color: red;
}

Dates

.eapp-events-calendar-date-element-item {
 font-family: Times New Roman; 
  color: green;
}
1 Like

that worked! thank you very much

1 Like

Amazing, you’re always welcome :wink: