Full calendar customisation

Dear all,

I want to change the toolbar and header calendar settings in wappler. Can you please assist me how to make it. For example i want to hide the calendar title or to disable all calendar controls

I attach the code from my calendar code definition in my project.

Regards

Brian helped with this. Add this to your css file

.fc-prev-button {
display:none;
}
.fc-next-button {
display:none;
}
.fc-today-button {
display:none;
}

2 Likes