Default Font Color

Default Font Color

by Mark Mr. -
Number of replies: 3
Hey, I changed it so my site's general color is black and all the lettering is white.

But that doesn't effect the chatroom default color.
I've tried to edit the color and fonts CSS down at the mod for "chatroom" but nothing works.

How do I change the default color so my students don't have to add '<font color="white">Hi!...' all the time?

Thanks!

~ Mark
Average of ratings: -
In reply to Mark Mr.

Re: Default Font Color

by Mark Mr. -
Hey... I haven't gotten an answer yet. And it is starting to irritate my students. Could somebody please help me?

~ Mark
In reply to Mark Mr.

Re: Default Font Color

by Leonardo Terra -

Reading the code of Moodle 1.7 I got a solution for this.

Try to add these lines to styles_color.css:

#mod-chat-gui_header_js-jsupdate .text {

color:#FFFFFF;

}