Calendar CSS

Hello everyone :slight_smile:
Is it possible to change the font size/type of the calendar appl.? If yes - how? I have made new theme to edit calendar settings and couldn’t change font settings for fields. See attached picture…
And second issue - with bottom rows always hidden. Even on fullscreen calendar display, I need to scroll to see last rows. Do I do something wrong?

Regards,
-JU-

calendar.jpg

Re: Calendar CSS

Hello sir,

You can only edit now the form inside the calendar app.

Hi UFI,
Yes you can change calendar CSS here is a example to change font family inside the calendar view:


echo '<style>     .fc-event-skin{font-family:arial !important;}</style>';