Good evening Mike and welcome back!
Thank you for reaching out to us.
We are sorry to hear about the colors not adjusting to your liking.
I would love to help you with this topic.
Depending on your situation, these depend on:
- Your settings under Events -> Settings -> Display
- Your tweaks under Appearance > Customize > the Events Calendar
- Your CSS stylesheet
- Your site and/or your browser’s cache
If you have not already, I would recommend reading the following: https://theeventscalendar.com/knowledgebase/changing-fonts-and-colours/
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-calendar thead th, .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column, .tribe-grid-header {
background-color: #f6f6f6 !important;
border-left-color: #f6f6f6 !important;
border-right-color: #f6f6f6 !important;
}
Let me know how that goes.
Best regards,
Geoff B.