How do I change the font height on the location in a calendar list view?

How do I change the font height on the location in a calendar list view?

1 Like

Hi there, @Calvary_Weekly :waving_hand:

This code will do the trick:

.eapp-events-calendar-location-text {
  font-size:18px;
}

Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it worked :wink:

1 Like