Hi,
I’ve been digging into Modern Events Calendar and the black text is unusable on my site.
I’ve managed to change the description text using the CSS area provided in the calendar interface using this:
.mec-single-event-description p {
color:rgb(94, 94, 94);
}
But I can’t gain any control over titles with this:
.mec-single-event-title {
color:blue!important;}
Actually any CSS that works on titles would be great. Clearly I’m missing something.
Thank you.