[EventCalendar] Great stuff,
but how to alter colour of date table on blog entries, please?
Steve Winton
stevewinton at gmail.com
Tue Jan 2 11:08:20 UTC 2007
Chris
I think the following code, inserted into your theme's header.php file
before the call to wp_head(), should disable the EC3 CSS:
<?php
// Disable CSS in event calendar
global $ec3;
if (!empty($ec3))
$ec3->nocss = true;
?>
Then you can style the schedule as you wish!
Hope this helps,
Steve
On 1/1/07, Chris Leary <csleary at yahoo.com> wrote:
>
> Superb calender - love it. But I'm having difficulties in finding the
> correct part of the CSS to alter the colour of the little date table that
> heads event blog entries (currently a deep reddish colour and with a solid
> border). I'd be very grateful if anyone could shed some light on this minor
> problem. Thanks! Chris.
>
> _______________________________________________
> Blog: http://wpcal.firetree.net/
> EventCalendar at firetree.net mailing list
> Unsubscribe: http://penguin.firetree.net/eventcalendar
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20070102/2988da62/attachment.htm
More information about the EventCalendar
mailing list