MyBB Community Forums

Full Version: help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=18356]

Any ideas how to change them colours? One highlighted and one not.
Open global.css for that theme and find this:

.navigation a:link {
	text-decoration: none;
}

Add this before "text-decoration: none;" :

color: #fff;