[EventCalendar] Re: boldface calendar dates w/events

Chris chris.hearn01 at ntlworld.com
Sun Dec 16 11:40:09 UTC 2007


Yes, to bold and highlight the event dates, put/replace the following in your theme style.css

/* these 2 rules allow style change for the days containing event links*/

#wp-calendar table.nav td a {  /* keep prev/next as before */
    background: transparent; color: #a00 !important;
    text-decoration: none !important; border: 0 !important;
}

/*show link for  event day in red */
#wp-calendar  td a { 
     font-size: 105%; /* any bigger causes table layout shift */
     font-weight: bold !important; /* no effect unless size > 100% !*/
     color: red !important;
     background: #ddd;
     }

Best Regards
Chris

Ed Foley asked:
>Is there a way to change the calendar display to boldface or otherwise
> distinguish dates that have events associated with them?
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20071216/f52d7eab/attachment.htm


More information about the EventCalendar mailing list