Yes but you’ll need to edit your theme’s stylesheet to make the necessary changes.
Thread Starter
isnemo
(@isnemo)
Cool… I’ll check it out… if I have further questions I’ll post em’ here! 🙂
Thread Starter
isnemo
(@isnemo)
OK. I’ve found the calendar entries in the stylesheet css. I see no color entry there. Also I’ve looked in the ‘Sidebar’ sheet but I don’t see where I could make that change…. can you point me in the write direction? I’m using the Magic Blue theme….
Site url? Preferably a link to a page that has the calendar on it somewhere.
Thread Starter
isnemo
(@isnemo)
Here’s the url to the site. http://www.propheticflow.org/
Thanks for your help esmi! 🙂
Try editing style.css and changing:
#wp-calendar a {
display:block;
}
to:
#wp-calendar a {
display:block;
color:#f00;
}
Thread Starter
isnemo
(@isnemo)
Sweet. Worked perfect… Thanks again!