I tried to play with the CSS of the plugin, but I am unable to change the colors of my calendars. I tried to apply my changes both to style.css and style.min.css, without success.
I would be interested in understanding how to manually edit any of the colors to my liking.
More precisely, I would like to use a color to highlight the days that are not booked in the “Year Availability” view. It is important that booked days have a different color from the free days.
I started by trying to modify the CSS code to edit manually the “.ics-calendar-widget-grid td.has_events .day, .ics-calendar-year-availability-grid td.has_events .day” class in the style.css file, but it doesn’t show any result. With the same method, I would like to add a background color also to the days that have no events.
I would like to write this in the CSS directly, as – for example – the empty days don’t have a standard coloration option in the settings.
What file do I have to modify to obtain these results?
Thanks in advance!