I've been trying to increase the text size on the event card and make other changes using custom CSS in the styles section. I've flushed the cache, toggled "write styles to header" on and off many times, and no matter what I do the custom styles do not appear. Any advice?
- Jun 7,2026 AT 10:38AM - 4 hours agoHello,
Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write dynamic styles to header > save settings > turn on Write dynamic styles to header).
You can also add this code to wp-admin > Appearance > Customize > Additional CSS.
.eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2, .evo_pop_body .evoet_cx span.evcal_desc2 { font-size: 22px !important; } .eventon_events_list .eventon_list_event .evoet_cx span.evcal_event_subtitle, .evo_pop_body .evoet_cx span.evcal_event_subtitle { font-size: 16px !important } .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info, .evo_pop_body .evcal_desc .evcal_desc_info { font-size: 16px !important } .evcal_cblock .evo_start .date { font-size: 35px !important }