MyBB Community Forums

Full Version: Afresh Black background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

How would i change the bits on the sides to a solid black colour for instance? or could i widen the actual board so there is no side bit?

Matt
If you go to ACP > Templates & Style > **choose theme** > global.css > Choose the advanced editor mode, you should see a class called body, and a line in that called background... try replacing that with this:

background: #000000;

Or, for the width, scroll down a bit, find the #container class, find the width line, and replace it with either:

width: 940px;

for a fixed width, or:

width: 95%;

for fluid width... obviously you can change the 940/95 to what you want.
Thats so helpful , im going to try it now.

Thanks

Matt
Hi,

Just tried em both and nowt happened once i saved?

Matt
Try clearing your cache, Ctrl+F5.
Hi,

Yeah that worked.

Also how would i change the background (the side bits showing through) as when someone signs in it shows the background.

What size background would i need also?

Matt
Anybody?
That's just the background glass of global.css again... you can use a small image and repeat it, doesn't need to be any specific size.
So could i get say a picture of a camera , make it say 400x400px and then change it somewhere?

Matt