Change color of location and time icons in event cards

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

.eapp-events-calendar-time-icon {
fill: rgb(112, 112, 112);
}

.eapp-events-calendar-location-icon {
fill: rgb(112, 112, 112);
}
1 Like