When setting a background image for Sunday in the month view, I noticed that the day "Sunday" in the header is also getting the same background. The CSS for the table thread has classes like .fc-sun and .fc-mon set as well, but I'm not sure how to remove these classes from the thread. What would be the best way to solve this issue?
This is what I currently have in my fullcalendar.css file:
.fc-widget-header{
background-color: #900;
}
.fc-sun {
background-image:url('../img/myImage.png');
background-repeat:repeat-x;
background-repeat:repeat-y;
}