Add border to event cards (List layout)

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

.eapp-events-calendar-list-item-component {
border: 5px green solid;
}
1 Like