Change 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 {
background-color: blue;
}

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