Hi there,
The color for the calendar isn't set by BreezingForms. We just call the Joomla calendar function into the form. Try looking here, where I think you should find it:
yourJoomlaRoot/includes/js/calendar/calendar-mos.css
Here is the CSS you are looking for:
.calendar thead .name (line 37)
{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
text-align: center;
color: #000000;
}
.calendar thead .weekend (line 44)
{
color: #dedede;
}
It's the 'weekend' part of that you need to change.
Hope this helps!
Terry
BreezingForms Customer Care