Change color and size of the Tags text

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

/* Styles on Card */

/* Tags */
.eapp-events-calendar-tags-item {
  font-size: 14px;
  color: rgb(70, 70, 70);
}

/* Styles on Popup */

/* Tags */
.global-styles,
.eapp-events-calendar-modal-modal .eapp-events-calendar-read-more-content {
  font-size: 14px;
  color: rgb(70, 70, 70);
}