I’m surprised I have to use specialized CSS to simply change the font color in Modern Events Calendar. To keep things simple, I’d like to change all headings to black and all subsequent text to white.
Hi There,
Please try adding the following CSS under Theme Options > CSS:
.mec-event-list-standard .mec-event-title a {
color: #000;
}
.mec-event-description,
.mec-event-list-standard .mec-event-meta span.mec-event-d,
.mec-event-list-standard .mec-event-meta span.mec-event-m,
.mec-event-list-standard .mec-date-details,
.mec-event-list-standard .mec-time-details,
.mec-event-list-standard .mec-venue-details {
color: #fff;
}
Hope it helps
Thank you, Thai! That worked.
Glad it worked.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.