I would like to change my current event-description font from cormorant to arial, and a little bit bigger than it is now. What shortcode can I use? Thank you!
Dec 4,2021 AT 5:59AM - 3 years ago -Hello,
You can change the font family by going to EventON > Settings > Appearance.
As for the font size, Please add this CSS code to EventON > Styles (If you don’t see any change, EventON > Scripts & Styling > turn off Write styles to header > save settings > turn on Write styles to header):
#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, .evo_lightboxes .evo_pop_body .evcal_evdata_row .evcal_evdata_cell p, .evo_lightboxes .evcal_evdata_cell p a{font-size:16px;}