Calendar Style

Calendar Style

by Jay S -
Number of replies: 2

Calendar Style,

I have created a new theme, and I have ruined the colours for the calendar.

  1. When I roll over a event (in the initial month view), the layer pops up and has an invisible background, so it is a pain to read
  2. The backgrounds of the events are not coloured (in the initial month view)

What elements have I changed to ruin the calendar.

Average of ratings: -
In reply to Jay S

Re: Calendar Style

by Adam Brooks -
Jason, one easy way to find out any problems is to view the page, view the resulting html code. Find the areas that are giving you problems. For example, the calendar link layer. See what css class is being referenced to it. Go back to the css config file and review the code to fix the problem.
In reply to Jay S

Re: Calendar Style

by Stuart Young -

is it the whole pop-up that has transparent background, or just the date header, or just the list of events?

cal_popup_cg controls the whole pop-up, cal_popup_caption controls the date header and cal_popup_fg controls the list of events.

you need to add say, background-color: #ffffff;

i.e. instead of background-color: transparent; or maybe there is no rule there at all.

cheers