Hi there!
You’re actually using a different calendar plugin, called Modern Events Calendar. This forum is for The Events Calendar.
But I think this should help, if I’m understanding your issue:
.mec-calendar .mec-calendar-header h2 {
color: #ce0e0e;
}
replace #ce0e0e with the color of your choice, of course. If that’s not overriding your theme’s styling you might need to add !important like so:
.mec-calendar .mec-calendar-header h2 {
color: #ce0e0e!important;
}
I hope this helps!
Okay great that works on this page https://edisonscc.org/plain/ I appreciate your help. How can I change the one on the home page https://edisonscc.org/ (towards the bottom right).
.mec-month-divider span {
color: #ce0e0e;
}
Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.