MyBB Community Forums

Full Version: Background stuck on White
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is my fault Sad I was tinkering with the global.css trying to make the background look like this: http://www.digitalrevolutions.biz/wp-con...1_blue.jpg

And now it's stuck on white, and I don't know how to get it back. I want it back to black.

I'm pretty sure you can just set the background to different colors within the ACP, but just incase you cant, i uploaded a black wallpaper.

www.tech-revolution.com

EDIT: This was what it was set to. /public_html/images/blue_warez images/body_bg.png
Anyway to get that back? (it is just a black background)
I'm not too sure what you mean by "stuck on white".

Here's how your forum is displaying for me: http://i51.tinypic.com/2lszlf4.png
(2011-02-06, 05:54 AM)Spencer Wrote: [ -> ]I'm not too sure what you mean by "stuck on white".

Here's how your forum is displaying for me: http://i51.tinypic.com/2lszlf4.png

I'm sorry.... try it now.
Okay, in your global.css stylesheet, locate the body sector, and change the background to what ever you wish.
(2011-02-06, 05:59 AM)Spencer Wrote: [ -> ]Okay, in your global.css stylesheet, locate the body sector, and change the background to what ever you wish.

Tried that, didn't work Sad

Can you give me the default body sector text (?). Mine is :

body {
	background: url(images/blue_warez images/body_bg.png) no-repeat top center;
	color: #000000
	text-align: center;
	line-height: 1.4;
	height: 330px;
	margin-top: 0;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px
Here's the body sector from the default theme:

body {
	background: #efefef;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
}
(2011-02-06, 06:27 AM)itzzJake Wrote: [ -> ]
(2011-02-06, 06:10 AM)Spencer Wrote: [ -> ]Here's the body sector from the default theme:

body {
	background: #efefef;
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
}

Thank you, sir. I got it back to black with this.

body {
    background: #000000;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
}

Next mission, how do I make my forum wider? It is too scrunched up

Nevermind, I fixed it. I'm so pro :p