Mboard configuration

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
Nathan

Mboard configuration

Post by Nathan »

I like Mboard. I really do.
My site is a space theme so I need ALL my pages black with white text, not vice versa.
How do I configure mboard's colors? Thanks.
Guest

Post by Guest »

hi,

open up style.css with the program you normally use, if you dont know how, try notepad.

find this code, its at the top

BODY, TD {
color : black;

and replace with

BODY, TD {
background:black;
color : white;


then replace all other occurences of the word black to white

have fun

B
Locked