Change Font size for Event / Host / Venue

change font sizes for all elements. - host - venues - event type

1 Like

Hi there @Conscious_Dance_Ital :wave:

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 :slightly_smiling_face:

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.

1 Like

Hey there and welcome to the Community, @Andre1 :waving_hand:

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 :slightly_smiling_face:

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

1 Like