MyBB Community Forums

Full Version: How to put background image?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Post edited.
ACP >> Templates & Style >> Themes >> yourtheme >> global.css

Find the body class and change the background to:

url(http://www.chicitysports.com/wp-content/themes/news/images/bg/main.png) top left repeat
(2010-09-07, 12:48 AM)AJS Wrote: [ -> ]ACP >> Templates & Style >> Themes >> yourtheme >> global.css

Find the body class and change the background to:

url(http://www.chicitysports.com/wp-content/themes/news/images/bg/main.png) top left repeat
and how do you make the forum width shorter??

I like how what you did on community.myBB.com

---

Okay I did that, how do you make forum width shorter??
In the global.css again, change the width for #container

If you want it to stay a fixed width regardless of the users screen resolution use pixels, if you want it to stretch to fill the users screen use a percentage.

The forums here use a 940px width. Smile
(2010-09-07, 12:50 AM)AJS Wrote: [ -> ]In the global.css again, change the width for #container

If you want it to stay a fixed width regardless of the users screen resolution use pixels, if you want it to stretch to fill the users screen use a percentage.

The forums here use a 940px width. Smile
Thank you for the great support so far.

How do I make the forum body transparent to show the background and how do I edit the forum length?
Remove the background colour for #container

Not sure what you mean by forum length...
How do I change the transparency back?
Yeah, that image doesn't really work as a background.
(2010-09-07, 01:07 AM)AJS Wrote: [ -> ]Yeah, that image doesn't really work as a background.

How do I change the transparency back? I forgot the code, I'm panicking! Sad
Put the color back for background in #container - #fff
Pages: 1 2