Eran,
Since the calendar requires at least one category, I'm trying to make the category colors transparent. There is a shortcode in the EventList to exclude category colors, but not in the Calendar. I'll probably request this shortcode be added to the Calendar.
In the meantime, FireBug points me to modify .fc-event-skin and .fc-event.inner. But the category color really comes from the cat_colors.css file and .cat, right? And with each category adding a number, like .cat1 and .cat2, can you point me to the class I'm supposed to modify in my own themes css that will cover all of the categories?
I've tried several things like adding the following, but with no luck:
.fc-event-skin{background-color:transparent !important;border-color:transparent !important;color:transparent !important}
Thanks!
Mark