By jboris on
I am runn drupal 6.10 and have the Calendar 6.x-2.0 installed and enabled. I also have Event 6.x-2.x-dev installed, The Upcoming events show up but what I would like is that the date of the event would be a different color and when the user would click on that date the full calendar would pop up or the events on that day would come up. I am new to Drupal so I apologize if this is an RTFM issue.
Comments
Have you tried editing your
Have you tried editing your CSS files? Try using Firebug for firefox to locate that CSS file you need to edit.
Hello. I have done it with
Hello.
I have done it with css injector module, add new rule with this css code:
.calendar-calendar .mini-day-off { background-color: #EAF2F6 !important; }
.calendar-calendar .mini-day-on { background-color: #F4EC86 !important; }