Full Calendar Plugin Custom CSS

Hey @cmallqui88,

Try this:

.fc .fc-toolbar-title {
    display: none !important;
}
button.fc-prev-button.fc-button.fc-button-primary {
    display: none !important;
}
button.fc-next-button.fc-button.fc-button-primary {
    display: none !important;
}

I think this might solve your problem :slight_smile: