Hi there,
I can't seem to successfully change the font type for the dates and days as well as cannot make the month not display with all caps (even though I've toggled on the remove all caps in settings)
thanks for your help!
warmly,
Rian
Hello,
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.
.ajde_evcal_calendar .calendar_header p, .ajde_evcal_calendar .evo_footer_nav p { text-transform:none !important }
.eventon_fullcal p { text-transform:none !important }
.eventon_fullcal .evo_fc_day { font-family: Arial !important }