hide year/month/date
Janam - July 3, 2009 - 06:08
| Project: | Calendar |
| Version: | 6.x-2.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi,
I have a few calendars enabled, and I must say, this module rocks!!! But one thing is bugging me, all my calendars have the year, month, date, day options above the calendar. It doesn't look really nice, so I was wondering if there was any way to hide/disable them.

#1
Here is a quick and dirty css solution to hide them:
.calendar-calendar .links{
display: none;
}
#2
Automatically closed -- issue fixed for 2 weeks with no activity.