Change link color in event popup

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

.global-styles,
.eapp-events-calendar-popup-item-inner a {
  color: black;
}
1 Like