MyBB Community Forums

Full Version: Forum Display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Want change color in forumdisplay section of this letters see image

[Image: ScreenShot056-2.png]
AdminCP > Templates > Your theme's templates > Forumdisplay Templates > forumdisplay_usersbrowsing > and find;
<span class="smalltext">
and Change it into;
<span class="smalltext" style="color: #FF0000;">
It change it into red color. You may change the hex color code to your desire.

Next, find the following class in global.css
.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}
and ADD the color attribute in it, like this;
.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
color: #FF0000;
}
if you want to change all text that is that colour just edit the color in .container in the global.css