Options to change the font size of the Date and Event Type filters

It doesn’t seem like I can change the font or size of the "event type” button or the month name in the top left corner. Is this a missing feature?

1 Like

Hi there, @Aspen_Delong :waving_hand:

Unfortunately, these options are not available in the settings now. This is a great idea to add these settings to the widget, and we’ll try to think it over in the future updates :slightly_smiling_face:

As for now, you can change the size of the filter texts using the following codes in the Custom CSS field on the Style tab of your widget’s settings:

Date

.fc-toolbar-title {
  font-size: 15px!important

}

Event Type

.es-filter-button-text {
  font-size: 15px;
}
1 Like

A post was split to a new topic: Options to change the font size of the widget elements in popup