Update on this: I’ve managed to modify the worst of the text shadow by adding this to my theme’s stylesheet:
#wpfc-calendar-wrapper .fc-event-title{
text-shadow: 0.1em 0.1em 0.2em black
}
However, there’s still lots I’d like to modify, and I wish I knew where the original WPFC settings were being overwritten! For example:
1) How can I reduce the line spacing on items?
2) How can I get rid of the shadow on tool tips? (guess I could if I knew what the element was called)
3) How can I change the colour of the boxes around “all event tags” and “all event categories” so that they’re visible?
4) The horizontal separator lines on the calendar aren’t always there – any way to improve that?
Thanks!