Change color of Read More text in 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-readMoreButton {
color: red!important;
}
1 Like