MyBB Community Forums

Full Version: Messed up forum legend
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: lHIXm.png]
I guess the issue is that you can't see the text, if so in your global.css find this;

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

and change it to this;

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
	color: #ffffff;
}

Or change #ffffff to whatever color you want.