How do I change the font height on the location in a calendar list view?
1 Like
Hi there, @Calvary_Weekly ![]()
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 ![]()
1 Like