Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you modify the plugin CSS? I see the header is using the opacity as 0. You may add the following code to your style.css and it should work.

    .fc-header-title h2 {
         opacity: 1 !important;
       }

    Thread Starter creativeone

    (@creativeone)

    That worked. Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘fullcalendar month title’ is closed to new replies.