change font sizes for all elements. - host - venues - event type
Hi there @Conscious_Dance_Ital ![]()
Yeah, it would be great to have an option to set the font size of these elements right in the configurator. We’ll try to consider your idea in our future updates ![]()
As for now, you can change them using these codes in the Custom CSS field on the Style tab of your widget’s settings:
Event Type
.eapp-events-calendar-category-item {
font-size: 20px;
}
Host
.eapp-events-calendar-organizer-name {
font-size: 20px;
}
Venue
.eapp-events-calendar-location-text {
font-size: 15px;
}
I would love to be able to increase the size of the “venue” on the events calendar. It just seems to be swallowed by a much larger “EVENT” description.
Hey there and welcome to the Community, @Andre1 ![]()
Glad to say that this idea is already on the Wishlist! I’ve moved your comment to the related thread, where we’ll keep you updated ![]()
As for now, you can change the venue size using this code in the Custom CSS field on the Style tab of your widget’s settings:
.eapp-events-calendar-location-text {
font-size: 15px;
}
Much appreciated, thank you
Andre