I’d like to shrink the size of the font so they can all fit. My events are classes that happen in sessions and do not function like a single day event. Basically students come once a week for 4-6 weeks. Originally EE was not designed for this but I’ve made it work, mostly by adding as much date information for the client so there is no confusion. You can see on my event list how this works. Please let me know if there is an easy setting/fix for this. Thanks!
You can add this to your theme’s style.css file and adjust the font-size accordingly. You may have to add the !important declaration to make it work, but you can try it without that first.
.event_title a {
font-size: 22px;
}
Viewing 1 reply thread
The support post ‘How to change font size on the event title’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.