How to change the background color of current day in Month view

Is it possible to change the current day? Currently, the background is blue.

1 Like

Sure! This CSS code will do the trick :wink:

.fc-daygrid td.fc-day-today {
background-color: red!important;
}