MyBB Community Forums

Full Version: Change thead background on specific forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I change the thead background image on a specific forum?
not sure of the exact line, but it should be in your CSS.

admin > templates & style > themes > options > edit theme > global.css > options > edit style > edit style advanced mode > CTRL-F > 'thead'

You will find:
.thead {
	background: #273a46 url(images/twilight/thead.png) top left repeat-x;
	color: #ffffff;
	border-bottom: 1px solid #1d2b34;
	padding: 8px;
}

Here you can change background to whatever you need, or leave it alone and just edit thead.png via FTP or cPanel file manager.
It'll be in your Global CSS.

ACP > Themes & Templates > Theme > Global.css > Edit Advanced Mode > Find: ".thead"

Then edit the background image on your .thead.
Guys, he wants to change the thead-color of one forum, not every forum.
Take a look here: http://myskins.org/Thread-Multiple-Color...Thead-MyBB