• Hey,

    I was wondering if it was possible to change the background of my theme to match the skin for a forum, and if so, how I would go about doing this.

    If you look at my blog: http://bluelinecrew.com … I want to change the red/maroon background, to the same background as my IPB skin.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you change this part of the style.css it will change the background. However, be advised that there are some graphics that you would have to change the color of as well, along with the color of the navigation bar. It also messes with the gradient.

    With that said, the code you would change to change the background is as follows:
    Change this

    body {
    background: #8F5E5D repeat-x 0px 0px;
    color: #424242;
    font: normal normal normal 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    }

    To this

    body {
    background: #456 repeat-x 0px 0px;
    color: #424242;
    font: normal normal normal 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    }

    Thread Starter cshutout33

    (@cshutout33)

    How would I go about changing the color of the circle in the logo and the color of the navigation bar?

    Also, what do you mean when you say it messes with the gradient?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need theme background to match forum skin’ is closed to new replies.