PDA

View Full Version : Day and Date Font colours


crazybone
08-04-2005, 06:20 AM
Even though having editted all css files, I cannot get the day and date colours to be black (they are currently white). I've tried force refresh still to no avail.

Calendar located here - http://www.harrowschool.ac.th

Any help much appreciated.

ve9gra
08-04-2005, 06:31 AM
It is caused by another CSS section...

http://www.harrowschool.ac.th/new-site/harrow.css

td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}

Remove the color call from that style and you should be ok for color... but size might still be impacted...

crazybone
08-04-2005, 06:40 AM
Thanks very much - works a treat!