MyBB Community Forums

Full Version: Change text color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey!

How do I change the text color like this picture shows:

[Image: blackiw.jpg]
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

3. Edit the color property to whatever you want (e.g. #ffffff).