MyBB Community Forums

Full Version: Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello everybody how to change the color of sticked thread (important thread)
how to change the color of it? [Image: 3AP7k.jpg]
Edit the background colour in the .trow_sep class within global.css.

.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}