Adding background image to content area

Viewing 2 posts - 1 through 2 (of 2 total)
  • #5532
    gdsilva
    Participant

    Hello,

    I’m quite new at using WordPress and know almost nothing about CSS. I learn fast though.

    I’m working on redesigning an old site right now in WordPress and would like to use Esplanade. I wonder if it is possible to use a background image in the content area. I have a bunch of graphics that were design to ‘sit’ on a background and I don’t want to redo all of these. Here is the old site: http://www.ooodlesofdoodles.com/Home.htm I would like to be able to add the brown background on each page of this theme. I would much appreciate some guidance if possible please. I’m a Mac user, if that makes a difference.

    Thank you in advance πŸ™‚

    #5549
    Daniel Tara
    Keymaster

    You can add it maybe to the #wrapper div like this:

    #wrapper {
    	background:#e9e9e9 url(http://www.ooodlesofdoodles.com/Background2.jpg);
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.