Thanks for this. I decided to also remove the ‘Month and Year’ heading (child(2)?) in the footer:
footer #ep_event_calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) { display: none; }
footer #ep_event_calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) { display: none; }
footer #ep_event_calendar .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) { display: none; }
The only problem now is that the text has disappeared, but the outer box still remains, do you know how to remove that as well with CSS?
Also, can the outer ‘Types’ that are displayed also be removed with CSS?
Thanks