I am using the CLOUDS theme and wish to change the green box around highlighted dates on the calendar and the grren box aound message and news topic when they are viewed in detail. Can somene please direct me as to where I would go to change this color in the CSS or other area? Thank you.
www.iclassroom.us
Hi
Locate file Clouds/styles_color.css in themes folder of your installation, and there part
Locate file Clouds/styles_color.css in themes folder of your installation, and there part
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
border-color:#2EBA0E !important;
background-color:#2EBA0E;
}
and change there background-color to your desired color.
This is for global events (currently in green), code for others events are below mentioned section, play with it.
If you are using Firefox, you can find Web developer Toolbar useful.
Hope this helps.
PK
Thank you VERY much. Your advise was MOST helpful!