Need code to change white to any color 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.

    Need code to change white to any color

    avatar
    Greygirl77
    New Member


    Female Posts : 5
    Reputation : 0
    Language : English

    Need code to change white to any color Empty Need code to change white to any color

    Post by Greygirl77 May 22nd 2011, 11:01 pm

    I need the code to change the white part of my background to another color. I've looked everywhere and can't find the code for that specific layer. It's the white background in the pic below.
    [img]Need code to change white to any color Forum2[/img]
    avatar
    Guest
    Guest


    Need code to change white to any color Empty Re: Need code to change white to any color

    Post by Guest May 22nd 2011, 11:06 pm

    In Color.css

    Code:
    html, body {
      color: #536482;
      background-color: #FFFFFF;

    NOTE:CHANGE THE #FFFFFF TO THE COLOR OF YOUR OWN CHOICE


    if you want add a background image, just create you image, put in the default images theme folder and add:

    Code:

    background-image: url("{T_THEME_PATH}/images/bg_main.gif");
    avatar
    Greygirl77
    New Member


    Female Posts : 5
    Reputation : 0
    Language : English

    Need code to change white to any color Empty Re: Need code to change white to any color

    Post by Greygirl77 May 23rd 2011, 12:16 am

    That did not work. It's still white. I tried both ways, but it won't alter the white background.