Hi again,
Thanks for providing those links.
It looks like your theme is overriding the background for the cells that contain the day, which are set to be white in color. You can either reset the background to its default color so the day names are visible, or you can change them to a font color that shows on a light background.
Here is a CSS snippet that shows how to style either option. Just adjust the colors to your needs.
.tribe-events-calendar thead th {
background: #666!important;
color: red!important;
}
You can place that in your child theme’s CSS, or in the Customizer > Additional CSS section.
Hope that helps! Please let me know if you have any more questions about this.
Thanks,
Sky