MEC Event Title formatting

Hi I am using MEC grid simple to display some events. I am trying to format the event title and have managed to change the font, weight and sizes. However when I try and change the colour nothing is happening. I have the following code in the Pro Theme Options CSS.

Can you tell me what I am doing wrong please?

.mec-event-grid-simple .mec-event-title {
font-family: Montserrat,Helvetica,Arial,sans-serif !important;
font-weight: 900;
line-height: 1.5;
letter-spacing: 0;
font-size: 15px;
color: #7b2e00 !important;
}

Hello Alex,

Thanks for writing in!

To get your issue resolve, simply update your css code and use this:

.mec-event-grid-simple .mec-event-title,
.mec-event-grid-simple .mec-event-title a {
    font-family: Montserrat,Helvetica,Arial,sans-serif !important;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 15px;
    color: #7b2e00 !important;
}

We would love to know if this has worked for you. Thank you.

Very Many thanks - Great support as usual *****

You are most welcome!

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