Hello there, I am currently using fullcalendar version 5.10.1 for my project and I am looking to change the color of already passed days to a more grayish tone as shown in the picture. Unfortunately, I am unable to utilize Ajax and can only use CSS styles. Can anyone advise me on what styles I need to apply in order to achieve this effect? The previously tested styles did not work when added to the calendar's CSS file as they were overwritten by existing styles.
.fc-past{background-color:red;}
.fc-day-past{background-color:red;}
.fc-past {background-color: purple;}
.fc-day-thu{background-color:red}
Additionally, I have passed the validRange parameter as an option to fullcalendar. You can find more information about it here.