Change text color of Register button

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

.eapp-events-calendar-button-link {
color: white!important;
}

You’re welcome to set any color instead of white.