MyBB Community Forums

Full Version: Seems that I cannot edit my theme.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I try to edit, container for example, to black, and it doesn't change at all, could this be a permission problem in some way.

Thanks! Lightbulb
Open global.css stylesheet "In Advanced Mode" and find;

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

You've to change "background" color from #fff to #000000 . This will result in "black"
Yeah, I've done that, but it doesn't change at all bro.

Just did it again.
Are you editing "the theme" you are using or any other theme ?
I've just freshly installed MyBB Version 1.6, I am using the default theme.
Uhm, it changed after like 10 minutes, any idea why it's doing this?
Its a browser cache issue. When ever you want to refresh the page, I would suggest you to always use CTRL + F5.

If it solves the problem, then try to hit the best answer Wink