My background is not changing Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    My background is not changing

    Pivetor
    Pivetor
    Forumember


    Male Posts : 107
    Reputation : 0
    Language : Pivetor

    Solved My background is not changing

    Post by Pivetor December 12th 2010, 11:50 pm

    Do not give me the link to that other post, because i already tried the background in css stuff. It does NOT work. I have the picture in the css, i also have it in the pics management. The crap is not doing anything. it just keeps showing the background from the previewer one. If you can please help me. thanks.


    Last edited by Pivetor on December 19th 2010, 10:16 pm; edited 1 time in total
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: My background is not changing

    Post by ankillien December 13th 2010, 6:22 am

    Hello,

    If you want to change the body background color, this CSS code should work...

    Code:
    body {
    background: red !important;
    }

    or if you want to add background image...

    Code:
    body {
    background: url(BG IMAGE URL) repeat !important;
    }
    Pivetor
    Pivetor
    Forumember


    Male Posts : 107
    Reputation : 0
    Language : Pivetor

    Solved Re: My background is not changing

    Post by Pivetor December 19th 2010, 10:17 pm

    Thanks, im not sure if it worked, i ended up just switching to phpbb3, and did a whole new custom design.
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Solved Re: My background is not changing

    Post by MrMario December 19th 2010, 10:55 pm

    Solved => Locked