Modern events calander event font size

Hello, I looked in the history here in this form form CSS to change the font size of MEC events. However none of the css lines I found worked, perhaps nowadays it changed?

This is what is used

article.mec-event-article .mec-event-time.mec-color {
font-size: 24px;
}

thanks

Hello @RPronk,

Thank you for the inquiry.

We may need to inspect the site to provide suitable adjustments. Please provide the site URL in the secure note— a screenshot will also help.

Best regards,
Ismael

Sorry for that

https://melodicfusion.com/events/melodic-fusion-with-special-guest/

Thanks

Thank you for the info.

Are you trying to adjust the font size of the event title? If so, you can add this css code:

.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
	font-weight: 700;
	font-size: 50px;
}

If you need more help with custom modifications for plugins or third-party scripts, please check out our One service.

Warm regards.

Thanks, no I am trying to adjust the font size of the total text. So this item https://melodicfusion.com/events/melodic-fusion-pronx-with-guest/

This text should be bigger:

On this special episode of Melodic Fusion we welcome Improvf, a live artist. Your host PRonX and Improve will provide you with the finest deep and melodic tunes…

For the summary or description, please use this css code:

.mec-wrap :not(.elementor-widget-container) > p {
	margin: 0 0 20px 0;
	color: #616161;
	font-size: 20px;
	line-height: 1.8;
}

As mentioned above, if you need more help with this type of modification, you can check our One service.

Warm regards.

1 Like

YOU ARE THE BEST! Works like a charm.
Have a great day

Great! Glad we could be of help. Let us know if you have more questions.