MyBB Community Forums

Full Version: Changing the background colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, im trying to find out how i can change the background colour of my forum. Currently im using Acord Envy theme and im wondering how i can add in my own background or change the color of the present one. Im guessing it's in the .xml but i can't find it Sad.

To see an example of what i mean:

http://betascape.info

The icky brown colour.

Thanks
Go to: ACP > Themes > Select Your theme > global.css > Edit [Options] > edit in advanced mode > and find;
#container {
...
}

find the background: #000000; and edit its color to suite your needs. Wink
(2011-01-14, 05:45 PM)Yaldaram Wrote: [ -> ]Go to: ACP > Themes > Select Your theme > global.css > Edit [Options] > edit in advanced mode > and find;
#container {
...
}

find the background: #000000; and edit its color to suite your needs. Wink

This didn't change my background but rather the forum box.
What ? what is "forum box" ? Try to refresh the page using CTRL + F5
(2011-01-14, 06:00 PM)Yaldaram Wrote: [ -> ]What ? what is "forum box" ? Try to refresh the page using CTRL + F5

I took some screenshots to help you understand my problem

[Image: idIZ7o.png]

[Image: ib2Thu.png]

Figured it out, background was in the body void.
(2011-01-14, 05:45 PM)Yaldaram Wrote: [ -> ]Go to: ACP > Themes > Select Your theme > global.css > Edit [Options] > edit in advanced mode > and find;
#container {
...
}

find the background: #000000; and edit its color to suite your needs. Wink

This is what you need to do but change it in body not #container.