Hi there, Brandon! Welcome back to the forums. š
You should be able to hit all those instances using CSS in your theme’sĀ style.css file. For example, to get the background color of the present dat header in Month View:
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
background-color:Ā #25408f;
}
The trick is to locate the classname for the thing you want to modify. We have a tutorial here on how to use DevTools to help find those classnames, which makes it a lot easier that trying to browse through the code on your own.
Will this help you get started? Please let me know. š
Cheers!
Geoff