I guess I should be able to figure this out, but I can't seem to find the answer. I want to change the style of the Large Calendar navigation (Last Month – This Month – Year – Next Month). I've looked at the source code to try to find anything in the CSS file that would help, but I only seem to be affecting the actual calendar, not the navigation.
With the latest version of Event Calendar, my large calendar has a thick black header – the section with the menu buttons for Prev Month, Next Month and so on. Where should I look to change this default color?
With the latest version of Event Calendar, my large calendar has a thick black header – the section with the menu buttons for Prev Month, Next Month and so on. Where should I look to change this default color?
Thanks in advance!
Add this line of css to the bottom of your current themes stylesheet.
#CalendarLarge-Header {color:red;}
You can change the color to whatever color you want it to be.