MyBB Community Forums

Full Version: Color Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://i56.tinypic.com/2mxilua.jpg

where can i change these colors ?

thanks.
Open global.css stylesheet and find;
div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

and change background: #FFF6BF; hex code what ever color you want to use. Wink
thanks Smile

and for this red box ?
Oh! I forgot Toungue
Here's a fix;

Within the same global.css , find;
input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}

And change background color. Wink