MyBB Community Forums

Full Version: forum/cat text issue in Afresh
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, i have been able to create a pretty cool purple theme for a charity site I am working on. I have managed to clean up all of the text, but I still have black text that I cannot turn white (http://www.iwillhelp.us/portal.php) I have done the thead, tcat, etc. I cannot make the black white. It is the same on the forum page except the large text above it I made white. Helpppy please.
Found this in your CSS file:

thead a:link {
	color: #000;
	text-decoration: none;
}

.thead a:visited {
	color: #000;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #000;
	text-decoration: underline;
}

Change the #000 to #fff