Hi Caleb,
Good question. There is no specific setting to change the color of an event’s title. However, you could accomplish that with some custom CSS. Each event has a unique class name that can be used to target it directly in CSS.
For example, I took a quick look at your site and something like this could be used to target the event on November 25, where there is a “SIL Office Closed” event:
#tribe-events-event-13389-25 h3.tribe-events-month-event-title a {
color: red; /* or whatever color you would like */
}
Here is a screenshot of how that looks when tested on your site.
Will this help you get started? Please let me know. 🙂
Cheers!
Geoff