CSS code to enlarge title MEC

Hello, can you please help me with a CSS code to enlarge the title of the modern event calendar?

This is the page concerning: https://dekapperswandeling.nl/agenda/

I maand this title: okt 14 2018 but then including the calendar icon.

Thousand thanks!

Hi @RPronk

You can add this CSS code to (Theme Options > CSS) to achieve that:

.mec-event-date.mec-color {
    font-size: 1.5em;
}

I’ll list below some CSS/HTML resources that should help you to carry on these modifications on your own in the future:

Thanks.

Thanks i will watch soon,

thanks

Sure, you are welcome :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.