Font Colour Change

Font Colour Change

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. 

評比平均分數: -
In reply to Winston D'Souza

Re: Font Colour Change

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