Hello all,
I want to be able to change the colors on my calendar days (just the one's with events) without it effecting every link on my site. Is this possible?
Thanks!

Hi Robert, the following code is the exact code for your preference. Just copy and paste the code into advanced css box via my network> settings> appearance.
div.calendar td.future {
color: red;
}
div.calendar td.past.xg_lightfont {
color: green;
}
div.calendar td.present {
color: blue;
}
Permalink Reply by Armani Rouse on December 7, 2012 at 10:30am very nice Bernard, awesome of you to share!
Permalink Reply by George H. Compton IV on December 7, 2012 at 10:40am These codes will automatically cross out past days put a border around the future days and color the present day
you can change the color lightblue to any color you would prefer.
This code Will only affect the event module's calendar not the event page calendar
.xg_module.module_events TD.present {background-color: lightblue !important;}
.xg_module.module_events TD.future {border: 1px solid lightblue !important;}
.xg_module.module_events TD.past { background-image: url(http://api.ning.com:80/files/Jec9iT2*pOjTVTAzA0p2xmtfLnsmGueFWYFEkeio6Q8MMdngwhxyk2jC76tnPpQJVDYA4SPmJPeMIQ0GkDRaMI56lEhOyrQ9/XImage.jpg);
background-size:100% 100%; }
.module_events div.calendar div {position: relative; overflow: visible;}
This code will affect the calendars on the modules and the calendars on the event page
TD.present {background-color:lightblue !important;}
TD.future {border: 1px solid lightblue !important;}
TD.past { background-image: url(http://api.ning.com:80/files/Jec9iT2*pOjTVTAzA0p2xmtfLnsmGueFWYFEkeio6Q8MMdngwhxyk2jC76tnPpQJVDYA4SPmJPeMIQ0GkDRaMI56lEhOyrQ9/XImage.jpg);
background-size:100% 100%; }
div.calendar div {position: relative; overflow: visible;}
.module_events div.calendar div {position: relative; overflow: visible;}
event module on the home page
__and the event page
Permalink Reply by Armani Rouse on December 7, 2012 at 11:05am Even better George hahahahaha! The man with CSS LOL :D
Permalink Reply by Robert Williams on December 7, 2012 at 2:22pm Thank you all very much! Awesome stuff... I have implemented on my blog... If there is ever a way to highlight event days, please let me know. Thanks again!
Permalink Reply by George H. Compton IV on December 7, 2012 at 5:55pm They should already be highlighted for the event day but here you go
TD.future A{background-color: lightblue !important;}
Permalink Reply by Robert Williams on December 8, 2012 at 3:09pm perfect! that's just what I needed. Thx!
Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
Kos replied to soaringeagle's discussion 'killer penguins'
Jordon McGee (Jords) replied to Rafael's discussion 'Multiple Chat rooms for Ning 3.0'
Kos replied to soaringeagle's discussion 'killer penguins'
soaringeagle replied to soaringeagle's discussion 'killer penguins'© 2013 Created by Ning.
