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