MyBB Community Forums

Full Version: background issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When i change the background image it only changes half of it and i have the bottom half still the original colour anyone know how i would change both top and bottom to the same, to change teh top i just replace the image in my directory but ive no idea about the bottom thanks
what you mean
Quote:and i have the bottom half still the original colour
? You need to change color of background or background image?
it does this i change the bg image in my root theme folder and it only changes the top half
http://prntscr.com/2t1lyu
I guess the bottom half isnt picture, the old background used to fade into color background.


I think this might be the solution:
go to Templates&Styles, click on your theme "edit theme", now open global.css, and select advanced mode. Now find the
body {,
its most likely first first line. There is path to background image, example:
background: #1a1a1a url(images/darkfusion/style/body_bg.png) top left repeat;

Now take the part (in my code its top left repeat;) Might be the same in yours or it different. Basicly its after path to your background. Change to repeat;, in my way I just needed to delete top left, and its it, save.
Pictures:
[Image: ?di=B6DE]
[Image: ?di=K8F4]

IDK whats ur level and skills with this so tried to explain as well as i can.
If you didnt managed to do it, post ur global.css code here.
thanks this worked great Big Grin