MyBB Community Forums

Full Version: Change Font Colours
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
CapitalCorporation.Co

The current colour is kind of grey. I want to change it to black. How can I do this?
In global css:

body {
background: #efefef;
color: #000;

and

table {
color: #000000;
}

Change the hex codes with the color-hex you need..