MyBB Community Forums

Full Version: Problem with the container...?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I am making a theme right now in the MyBB theme editor and I changed this;


#container {
	background: #fff;
	width: 95%;
	color: #000000;
	border: 1px solid #e4e4e4;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

I made changes to it, I changed it to background: #000; and it worked fine but now it wont let me change it back to #fff...

I tried putting #ffffff but it still wont work, the container background is stuck in black and I can't change it back to white. I havent had this problem before so does anybody know a solution?

Note: I changed #fff to #000 in the simple editor, then changed #000 back to #fff in the simple editor and when it didnt work I edited #fff to #ffffff in the advanced editor.

Thanks in advance for any help.

Undecided

EDIT: This was my first edit to a new theme i created and its parent style was "MyBB Master Style"

EDIT 2: Apparently its not letting me make any edits to the theme eg. Width, Body background etc.


nevermind, fixed itself somehow... huh... :/