PDA

View Full Version : Changing color of text ?


andyww14
07-26-2007, 05:50 AM
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:

/* 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.

ve9gra
07-26-2007, 06:25 AM
The text can sometimes be affected by other CSS on your page. Do you have a link to your installation so we could have a look and see if that's the case?