Stubborn calendar header color

Sep 29, 2012 12:50

Hi!

I'm having an issue forcing the text color of the header for my calendar to be black. The journal I'm working on is here. Right now, it is stubbornly remaining the default hunter green. I've managed to get all the other headers to conform to black, but the calendar just... won't.

The code I'm using:

.module-header {
color: #000000;
}

.module-calendar {
color: #000000;
}

I thought .module-header would act as a blanket for all the sidebar headers, but there's something with the calendar. Could anyone help me with this, please?

calendar:calendar module, modules, css, calendar:customizing

Previous post Next post
Up