PDA

View Full Version : New Thread and Quick Reply default font color


szpectre
10-11-2010, 07:05 PM
Does anyone know where I can change the default font color in the "New Thread" and "Quick Reply" blocks? I am using 4.0.7.

Raeven
10-12-2010, 08:50 AM
WHEN I looked right, you need to add the color yourself in the CSS

editor.css -->


.wysiwyg.forum {
font: {vb:stylevar forum_msg_font};
}


At least for me, there is no color defined, so I would just add one.

szpectre
10-14-2010, 01:58 AM
That worked, thanks Raeven