Change color of the error text "Sorry, no events right now"

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

.eapp-events-calendar-error-text {
color: red !important;
}
1 Like