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 ![]()