MEC Font and size

Hi, for some reason I am struggling with the above.

Initially, I wanted to set the event item paragraph text font size to 18pts and used this code:
.mec-single-event-description.mec-events-content {
font-size: 18px;
}
However, this did not seem to war, and no matter what font size i selected, the size did not change.

In hindsight, is it possible to set the MEC event paragraph font to be the same as the Pro body and content font settings?

Thanks for your help

Hello @Aph100,

Thanks for asking. :slight_smile:

You can add following CSS under Pro > Theme Options > CSS to change font size:

.mec-event-content p {
    font-size: 20px;
}

You can change the values as per requirement to mimic the body font size.

If you would like to explore CSS more deply, please take a look at following source:

https://www.w3schools.com/css/

Thanks.

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