Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

cant make custom bg...

edited February 2012 in Vanilla 2.0 - 2.8

I tried to overwrite the bg.png with a bg I created and it won't work. what's wrong?

Best Answer

  • 422422 Developer MVP
    edited February 2012 Answer ✓

    yer ok see u havent fixed the issue. Can you see what you have done ?

    body{body{background:#131313 url(bg-body.jpg) repeat center top;

    REMOVE THE body{ you have it twice !

    There was an error rendering this rich post.

Answers

  • 422422 Developer MVP

    try and post some CSS from that theme or a link to your site and we can help

    There was an error rendering this rich post.

  • 422422 Developer MVP

    k so what do you want to do?

    There was an error rendering this rich post.

  • I want this tiled BG on the current theme:

    http://i.imgur.com/JLUG7.png

    or the darkmist theme...

  • this is the code for the joie theme and what I tried to do:

    /*

    */

    body {
    background: #131313 url(23-w-128.png) repeat center top;
    background-attachment: fixed;
    color:#fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
    text-align:center;

    }

  • 422422 Developer MVP

    Just change the image located at http://remixedcat.info/forums/themes/joie/design/bg-body.jpg

    And in the css: change this line ( first one )

    body{background:#131313 url(bg-body.jpg) repeat center top;

    in link forums/themes/joie/design/custom.css

    There was an error rendering this rich post.

  • that didn't work and now the BG is white on the darkmist theme

  • 422422 Developer MVP

    What would I know huh.

    Did it cross your mind you may have done something wrong ?

    like:

    body{body{background:#131313 url(bg-body.jpg) repeat center top;

    There was an error rendering this rich post.

  • could be cloudflare interferreing...

  • 422422 Developer MVP
    edited February 2012 Answer ✓

    yer ok see u havent fixed the issue. Can you see what you have done ?

    body{body{background:#131313 url(bg-body.jpg) repeat center top;

    REMOVE THE body{ you have it twice !

    There was an error rendering this rich post.

  • oh great that just made the theme look crappy and blue and white.... imma go re-up it

  • ok it gets even more screwy.... I completely wiped the theme off my server, completely redownloaded a fresh new copy of the theme, extracted it, and uploaded it again and re-applied and it still looked screwy.... joie is not giving much of that lol

  • I got it.... it was cloudflare interferring a bit. switched it to dev mode and it works,,,, thank u very much!

Sign In or Register to comment.