Results 1 to 4 of 4

Thread: Change background only behind the header, help please

  1. #1
    Thread Starter
    Amateur
    Not a Verified Customer
    dvmblues's Avatar
    Join Date
    Mar 2010
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Change background only behind the header, help please

    Hello, i would like to change the background of the header, but only the background behind of the header , and put a photo, not only change the colour. Can anybody help me , please ?

  2. #2
    Senior Member netpotion's Avatar
    Join Date
    Feb 2010
    Location
    United States
    Posts
    246
    Thanks
    30
    Thanked 13 Times in 10 Posts

    Re: Change background only behind the header, help please

    Go to "wp-content/themes/classipress/styles/master.css"

    Towards the very top you should see an entry called "body"

    Within that entry is "background" and a color code after it (in a format similar to #f8f8f8)

    That's where you can change the background color.

    To add an image to the background, add code to your css like shown below

    Code:
        background-image: url("http://www.YOURSITE.com/wp-content/themes/classipress/images/YOURIMAGE.jpg");
    If it all looks good when you're done - you're good to go. If not, you will have to add more CSS to get things just right.

    You can learn what you will need to do by visiting http://www.w3schools.com/css/css_background.asp

    In fact, I would highly suggest you visit there regardless. Learning CSS will allow you to change all kinds of things with ClassiPress & you will be a lot happier with your site in the long run as a result.

    Hope this helps

    ~ NetPotion
    My Currently Live Sites
    ~ http://www.netpotion.com - Free Flash Gamez
    ~ http://www.picdepict.com - Free Image Hosting

  3. #3
    Thread Starter
    Amateur
    Not a Verified Customer
    dvmblues's Avatar
    Join Date
    Mar 2010
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Change background only behind the header, help please

    Ok, i´m very happy about your answer, thanks by your support, my friend.
    THANKS A LOT

  4. #4
    Senior Member netpotion's Avatar
    Join Date
    Feb 2010
    Location
    United States
    Posts
    246
    Thanks
    30
    Thanked 13 Times in 10 Posts

    Re: Change background only behind the header, help please

    You're very welcome. I hope it helped!

    ~ NetPotion
    My Currently Live Sites
    ~ http://www.netpotion.com - Free Flash Gamez
    ~ http://www.picdepict.com - Free Image Hosting

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)