help needed for changing background image 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.
2 posters

    help needed for changing background image

    avatar
    mehmoodriaz123
    Forumember


    Male Posts : 98
    Reputation : 0
    Language : english
    Location : in the heart of forumotions

    help needed for changing background image Empty help needed for changing background image

    Post by mehmoodriaz123 January 20th 2010, 12:03 pm

    i have installed hitskin on my forum , i am trying to change the background picture of my forum. but not succeed, i have changed background picture as per my desired but not changing

    admin>display>pics management>general/explore

    need help please

    I am also trying to change the main font colors , and i have given the desired colors

    admin>display>colors

    please is there any css code by which all this can be done
    ankillien
    ankillien
    Energetic


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

    help needed for changing background image Empty Re: help needed for changing background image

    Post by ankillien January 20th 2010, 12:54 pm

    Hello,

    You can change it with this CSS code...

    Code:
    body {
    background : url(IMAGE URL HERE) repeat !important;
    }
    avatar
    mehmoodriaz123
    Forumember


    Male Posts : 98
    Reputation : 0
    Language : english
    Location : in the heart of forumotions

    help needed for changing background image Empty Re: help needed for changing background image

    Post by mehmoodriaz123 January 20th 2010, 7:08 pm

    thanks , what about for changing text color
    ankillien
    ankillien
    Energetic


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

    help needed for changing background image Empty Re: help needed for changing background image

    Post by ankillien January 21st 2010, 2:52 am

    Here is the code for it..

    Code:
    body {
    color : blue;
    }