|
Coloring EventsYou can change the color of all events on the calendar using the eventColor option like so:
The eventBackgroundColor, eventBorderColor, and eventTextColor options can also be used for coloring events. If you want to change the color for events in a specific Event Source, please look at the Event Source options documentation. If you want to change the color for individual events, please look at the Event Object color options. [deprecated] Coloring Events prior to version 1.5You can modify the default color that affects all events by adding some css in the following form:
You can also change the color for certain events by using the
If you are using the "default" and "className" techniques together, make sure the CSS for the default technique comes first. Versions prior to 1.3 had different ways of setting colors through CSS. Check your version's fullcalendar.css for an example. |