MyBB Community Forums

Full Version: Background header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am currently having trouble uploading a new photo as my header image on slashfire.site90.com If someone could help me I would really appreciate it. I will also post info needed to solve this issue, thank you for your time to go over this. Here is my code from the theme.

body {
background: #171b1d url(images/revolution/bfbg.png) repeat;
color: #969696;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: Source Sans Pro;
font-size: 14px;
font-style: normal;
overflow-y: scroll;
    text-shadow: 1px 1px 0px #0d0d0d;
}

.stpc {
background: #181818;
   -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px 1px #262626;
    -moz-box-shadow: inset 0 0 1px 1px #262626;
     box-shadow: inset 0 0 1px 1px #262626;
     border: #101010 1px solid;
}

a:link {
color: #91ad9f;
text-decoration: none;
}

a:visited {
color: #91ad9f;
text-decoration: none;
}

a:hover,
a:active {
color: #4d5965;
text-decoration: none;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#container {
text-align: left;
line-height: 1.4;
margin: 0;
  margin-top: -20px;
color: #969696;
font-family: Source Sans Pro;
font-size: 14px;
font-style: normal;
     text-shadow: 1px 1px 0px #0d0d0d;
}

.wrapper {
width: 90%;
margin: auto auto;
  color: #969696;
    padding: 20px;
  background: #151515;
   -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px 1px #262626;
    -moz-box-shadow: inset 0 0 1px 1px #262626;
     box-shadow: inset 0 0 1px 1px #262626;
     border: #101010 1px solid;
       -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
      text-shadow: 1px 1px 0px #0d0d0d;
    margin-top: -20px;
   -moz-box-shadow: 0 5px 25px #0d0d0d;
    -webkit-box-shadow: 0 5px 25px#0d0d0d;
    box-shadow: 0 5px 25px #0d0d0d;
    overflow: hidden;
}

#logo {
background: #fff;
padding: 10px 0;
}

#content {
    width: auto !important;
padding: 20px 20px;
}
ACP >> Themes >> Your Theme >> revolution.css


Find the below line and replace the url with your image url...
.topbar {
    background: #393b47 url(images/revolution/bfbg.jpg) top center;