• Resolved clancel

    (@clancel)


    Hi. Is it possible to only show the month view? Currently it’s showing week, day list and month views. I only wish to show the month view.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @clancel,

    Please use the below-shared custom CSS in plugin settings.

    button.fc-timeGridWeek-button.fc-button.fc-button-primary {
        display: none !important;
    }
    button.fc-timeGridDay-button.fc-button.fc-button-primary {
        display: none !important;
    }
    button.fc-listMonth-button.fc-button.fc-button-primary {
        display: none !important;
    }

    Let me know if you are still facing the issue!

    Thanks & Regards

    Thread Starter clancel

    (@clancel)

    Thank you so much for this code. Is it possible to customize the height and width of the calendar?

    This don’t work on mobile…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Month Calendar View Only’ is closed to new replies.