Changing color of text ?
Hello,
I would like to change the color of text (day names on the month view)
I found this in the CSS file and have changed it so I believe it will display the text in white:
HTML Code:
/* Day Name Setup */
.dayNamesText {
background-image: url("dayBg.gif");
font-family: Geneva, Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: Bold;
color: #433D27;
}
Doing this makes no difference - do I need to do anything else ?
Many Thanks.
|