MEC Font Size

I have tried in increase the MEC event paragraph font size using:
.mec-single-event {
font-size: 18px;
}
But nothing is happening. AM I amble to change this through Global CSS?

Thanks

A

Hello There,

Thanks for posting in!

Please update your code and use this instead:

.mec-single-event-description.mec-events-content {
  font-size: 18px;
}

We would loved to know if this has work for you. Thank you.

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