Font Colour Change

Font Colour Change

by Winston D'Souza -
Number of replies: 2

I was wondering how to change the colour of the font from black to white within all the blocks (e.g. Site admin; Courses Available; Participants, etc ...). I have been reading this forum and most direct me to the styles_color.css file within the themes folder (standard theme). But I can't seem to find which instruction needs to be changed from #000 to #FFF. Any help would be deeply appreciated. I use the Moodle 1.8 version.

Many thanks. 

Average of ratings: -
In reply to Winston D'Souza

Re: Font Colour Change

by Petr Kalis -
Hi
You are looking for line
.sideblock .content{

and you want to add there this line

color:#FFF

for changing color of texts in blocks. You may want to modify (add)

.sideblock .header

section to change color for sideblocks headers similarly.

If you are using Firefox (Go, Go Firefox big grin), Web developer toolbar is most useful.

PK

In reply to Petr Kalis

Re: Font Colour Change

by Winston D'Souza -

Many Thanks Petr for your help. I've sorted it accordingly.

Much appreciation.