Project:Calendar
Version:6.x-2.1
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

Comments

#1

Status:active» fixed

Here is a quick and dirty css solution to hide them:

.calendar-calendar .links
  {
    display: none;
  }

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here