Add subheadings to the name of the events calendar

It would be great to add a subheading to the events calendar, where you can add message about the calendar and what it’s about. For Example

Heading: Ayni Events Calendar
Subheading: (Workshops, Cohorts, and Trainings)

1 Like

Hey there and welcome to the Community @Rodrigo_Saavedra :wave:

Great news -we have a solution for you! Please add this code to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped:

.eapp-events-calendar-events-calendar-title:after {
  content: 'Workshops, Cohorts, and Trainings';
  display: block;
  font-weight: normal;
  font-size: 20px;
}
1 Like

This is incredibly helpful, thank you!

1 Like

Glad to hear that!

You are welcome :wink: