Find this bit in your site/templates/rt_technopia/css/style_2.css file
Code:
div#side div,
div#side p,
div#side td,
div.bottom div,
div.bottom p,
div.bottom td {
color: #EFDDC2; /* salmon */
}
and remove the line That will let the calendar use it's own coloring template.
I highly recommend using Firefox with the Web Developer Toolbar (from Chris Pederick). It is available for every OS (Windows, Mac OS X, Linux) and makes CSS troubleshooting a breeze. Use the "View Style Information [CTRL+Shift+Y]" to get info about which sections of CSS affect a certain element. And use the "Edit CSS [CTRL+Shift+E]" to edit the CSS live without having to upload for every change you make. Makes it so much easier to make some tweaking.
I'm attaching what I managed to do with your calendar by using the Edit CSS feature.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
|