1
You can use the code CSS below to overwrite this configuration:
.fc-today {
background: #FFF !important;
border: none !important;
border-top: 1px solid #ddd !important;
font-weight: bold;
}
Remembering that the code should be below the file call CSS of Fullcalendar.
Had found in CSS . Fc td.Fc-Today { background-color: #ffffff ! Important;} but so it works out tb! Thanks
– Will Knippelberg