Change Month Font Size

Hi!

Thanks to Max for the help and the nudge on where to change start of day for the week.
Now, my next inquiry may be very basic but have no CSS background. So, how do I change the “MONTH” font size and colour, e.g. “MARCH 2025”; “APRIL 2025”, etc…?

Thanks!

* Link to the page with the widget in question:

2 Likes

Sure, this code is just what you need :slightly_smiling_face:

[class*="fc-toolbar-title"] {
  font-size: 20px!important;
  color: red!important;
}

1 Like

@Max!
That really helped! :slight_smile:
Thanks so much for your help! :smiley:

1 Like