Change Font size and Color on event site

Hi,

I need to change the color and font size of the description “Test only” on the event pages:

https://grizzlies.de/events/bay-meisterschaft-baseball-schueler-coach-pitch/

Where can I do this for all event descriptions?

Thanks

Alexander

Hey Alexander,

MEC does not offer an option to change the size and color of the description. You’d need to use CSS. Here’s a sample code you need to insert in Theme Options > CSS.

.mec-wrap p {
    color: white !important;
    font-size: 20px !important;
}

If you wish to work with CSS, you need to learn how to use. You can learn from sites like https://www.w3schools.com/

Hope that helps.

Great, thanks. It works!

Best

Alex

Glad we could help Alex.

Cheers!

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