Change font size of the month in the month picker (Monthly layout)

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

.fc-toolbar-title {
font-size: 22px !important;
}
1 Like