Hey @lumina2023, I am sorry for any inconvenience!
Currently, we don’t have any built-in way to change the styling but it could be achieved using custom CSS. All of the elements on the calendar are conveniently named to be targetable by CSS selectors using either the class name or ID (If assigned).
To change the font color to white you can use the following CSS:
#sc_calendar,
#sc_events_calendar_head select,
#sc_events_calendar_head input,
#sc_event_nav_next .sc_calendar_submit,
#sc_event_nav_prev .sc_calendar_submit,
#sc_calendar td.calendar-day .sc_day_div *{
color: #FFFFFF !important;
}
I will be happy to advise on the same but it seems the link to the page where the Calendar is embedded not loading on my end (https://a.supportally.com/i/TPuman).
When you get some time, could you please take a look and let me know how it goes?
Thanks!