Change size an color of description text

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

/* Styles on Card */
.eapp-events-calendar-description-component div {
font-size: 16px;
color: rgb(70, 70, 70);
}

/* Styles on Popup */
.global-styles,
.eapp-events-calendar-modal-modal .eapp-events-calendar-read-more-content {
font-size: 16px;
color: rgb(70, 70, 70);
}
1 Like