Log in

View Full Version : How can I use Separate style for the calendar


Live_Bait
04-13-2012, 10:36 AM
Hi, I have a theam that I made using the style generator. It has a black background so my calendar is hard to see/read.

Is it possible to have my style used for all areas of my site but the calendar page be a different color style so its easy to read/see?

Thank You

Lynne
04-13-2012, 02:49 PM
You could write a plugin like:

hook - style_fetch
if (THIS_SCRIPT == 'calendar') {
$styleid = xx;
}