Community & Support

Changing colors on module "Availability Calendars"

I'm using the Availability Calendars module, and trying to change the colors of the available, not available dates. I try to change them by modifying the .css file of the module but the changes do not reflect in the actual page.

Does anybody know if i have to change it somewhere else ? do i have to disable the module and then enable it to see the changes ?

thanks

Comments

=-=

try clearig your cach in administer -> performance
doesn't hurt to clear your browser cache as well

No, doesn't help

I'm using a theme named Paradise, and only on this theme that the colors doesn't show at all

Argos, try to use a name of

Argos, try to use a name of the color: "beige" instead of F5F5DC.

Chaging color

Similar problem here, but seems Theme related. Using the CTI Flex (ZEN theme) all colors are shades of grey. Using another Theme (even ZEN itself) it displays nicely.
Nice module, BTW, Thanks!

CTI Flex

@ronalddevos,

I have a site where I experienced the same problem as yourself with Availability Calendars and CTI Flex not playing nicely together, but I really couldn't dispense with CTI Flex. In case you're wanting to know how to make the two play nicely together, go into the cti_flex folder wherever your themes are. Comment out these two lines:

tr.odd td { background:#FFFFFF; }

tr.even td { background:#F2F2F2; }

If you're using one of the predefined color schemes that come with Flex, you'll have to descend into the colors folder and comment out all the code in the TABLES section (the reason for editing the default css template is that if you comment out code in the css of one of the color schemes and you are using that color scheme, it appears that Flex uses the css from the default theme within that specific color scheme).