** how to change the [look of the] month and days [naviation bar at the top pf the calendar display].... Can this be done in the Administration panel **
See the 'Navigation Bar Background Color', 'Navigation Bar Text Color', 'Selected Navigation Bar Background Color' and 'Selected Navigation Bar Text Color' options of the Calendar Administration : Template Preferences page.
** I would like to change the font size for these items as well. **
I do not know if there is such an option in the administration section. If not, you can see if you can find the appropriate lines in the styles.css file to change.
Otherwise you may have to do it manually in the sections listed below from the default.html template file.
** Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec **
The month navigation is between the <%-- MONTH NAVIGATION --%> and <%-- /MONTH NAVIGATION --%> tags in the default.html template file.
** Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sunday **
The day navigation is between the <%-- DAY NAVIGATION --%> and <%-- /DAY NAVIGATION --%> tags in the default.html template file.
Dan O.
------------------