MyBB Community Forums

Full Version: How to change my background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to know how to change my background,  I went through some posts but they didn't work.
Admin Control panel -> Templates and Style -> Themes -> click the theme you are using

-> under stylesheets click global.css -> in "selector" make sure #container is selected -> change background to:

url(directory folder/filename.extension)
PM test admin account with the image link or wait for the staff to reply in here
In the body {} tag, replace "background: #whatever" with

background: url(http://i.imgur.com/BrTuvMF.jpg);

PM me if you need help.
Where the body {}
Donal_Duck has solution I do not know if it works ..as Sazze suggest I would like to see if style can be edited. What I found is....

Another one
I have duende template

Admin Control panel -> Templates and Style -> Templates -> (duende Templates) -> Index Page Templates -> Index

Now go for
body and edit
<body style="background-image:url(http://i.imgur.com/BrTuvMF.jpg)">
(2016-05-31, 05:00 AM)johnthan Wrote: [ -> ]Donal_Duck has solution I do not know if it works ..as Sazze suggest I would like to see if style can be edited. What I found is....

Another one
I have duende template

Admin Control panel -> Templates and Style -> Templates -> (duende Templates) -> Index Page Templates -> Index

Now go for
body and edit
<body style="background-image:url(http://i.imgur.com/BrTuvMF.jpg)">
Can you do a step by step tut. Not saying do a video or anythign it could be in text
I need help with this please, I don't need my header picture I need my background. I use Flatty Theme
In screen.min.css , this part defines the background

#main {
    background: #fafafa url(http://mybb.github.io/mybb.com/assets/images/p4a.png);
}

Upload the image you want to use as background and change the url as in the code above.