Change color of Button Caption

Add this code to the Custom CSS field on the Appearance tab of your Event Calendar widget’s settings:

.eapp-events-calendar-button-element-caption {
  color: red;
}