Change background and text color of Load More button

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

.global-styles,
.eapp-events-calendar-load-more-button-component {
background-color: rgb(0, 0, 53);
color: #fff;
}