Change color of links in event card (Grid layout)

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

.eapp-events-calendar-grid-item-info a {
color: red!important;
}