MyBB Community Forums

Full Version: Theme text chane
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.narobook.com/forum/index.php

As you can see the thread text is unreadable, also how do i change the default text color to black?

A bit of the clarification
What i mean by thread text is all of the links that are white
What i mean by the default text color is that when you replay to a post how does the color automatically set to black?
I am using this theme
http://www.mybb-themes.com/downloads.php...ew&did=423
Log into your admin control panel and make the changes in global.css under templates and style.
What changes would i need to make?
For starters, find this in global.css:

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

change to:

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