MyBB Community Forums

Full Version: Sticky 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 where it says "Important threads" and "Normal Threads"?

Image:
[Image: 001_20XG1S01G6CNS3G.jpg]
ACP > Themes > Your theme > Edit > global.css > find;
.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

and Change the hex code of color attribute.