MyBB Community Forums

Full Version: Background image not loading.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi everyone, so I decided to change my background to an image and it worked however, I then got a new theme and wanted to repeat the process but it does not work. It's not uploading what so ever but when I change the logo that changes, just not the actual whole site background, this is the code I'm using on both container and body.

"background-image: url(images/gmodbackground.png);"
Forum URL?
Completely forgot to put it in, my apologies.
http://evocate.x10.bz/
Which class or id background you wanna change? I don't understand.
http://evocate.x10.bz/images/gmodbackground.png also this doesn't exits
My bad, here's the code I'm using.

background-image: url(images/gmodbackground.jpg);

I just simply want to change the white background to the image. I did it on the other theme but can't get it working.
(2018-06-22, 04:54 PM)narexa Wrote: [ -> ]My bad, here's the code I'm using.

background-image: url(images/gmodbackground.jpg);

I just simply want to change the white background to the image. I did it on the other theme but can't get it working.

You've already put the code in thread, no problem.
You should change #content's background from global.css
Also as I mentioned it, url doesn't exists
Now it's a little bit buggy, I'm very sorry for being a pain with all of my questions but how can I just make it as the whole background being one image?

http://evocate.x10.bz/images/gmodbackground.jpg
Okey, that won't work like this. Change #logo and #content background to transparent then change body background to this:
background: url(images/gmodbackground.jpg) no-repeat fixed;
Okay so everything is working perfectly thus far, it's now just the top bar being white. I assume hat's what you mean by logo, can you read this code and see if I have done it right? btw I really appreciate you helping me out.

[Image: 99s92Hw.png]

so just to clarify I'm trying to make the "Evocate roleplay" background transparent so you're able to see the background.

[Image: SHA6aS5.png]
You didn't delete old background code in body element. Delete that:
background: #fff;
Pages: 1 2