I can’t seem to make the color formatting work for the dates shown on MMM-CalendarExt3 and MMM-CalendarExt3Agenda to make all of my dates be white in lieu of ‘gold’, ‘blue’, and ‘red’. I tried the changes below in my custom.css, but it has not worked no matter how many times I have messed with it. Any help would be greatly appreciated.
.CX3A .cellheader .cellHeaderMain .cellDate {
color: white;
}