Hey Rob,
Glad to help you out on this one too! You can use the PRO color customizer to easily change the style of the calendar. If you need to target that specific part you can also do it via a CSS by pasting the snippet below in your theme’s (or child theme’s) stylesheet or by using the Simple Custom CSS plugin:
/* modify month view header */
.tribe-events-month .tribe-events-calendar thead th {
background-color: blue;
border-color: blue;
color: red;
}
Please give the code a try and let me know if it works for you,
Best,
Nico