Add border to grid layout

How do I add a border for all of the events in the grid layout?

1 Like

Hi there, @Joshua_Stanley :wave:

This code should do the trick:

.eapp-events-calendar-grid-item-component {
border: 5px grey solid;
}

Just add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if you like the result :wink: