MyBB Community Forums

Full Version: How to change this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I change the color of this:
[spoiler][Image: a30cfe44b3a5d7265d6bb82cf13d7932.png][/spoiler]

?

Thanks.
Go to http://yourdomain.com/admin/index.php?mo...e=advanced

Replace yourdomain.com with your own domain name and find the following;

.thead {
	background: #026CB1 url(images/thead_bg.gif) top left repeat-x;
	color: #ffffff;
}

and

.tcat {
	background: #ADCBE7;
	color: #000000;
	font-size: 12px;
}

adjust the colors to suite your needs.