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;
}