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 π
You can add it maybe to the #wrapper
div like this:
#wrapper {
background:#e9e9e9 url(http://www.ooodlesofdoodles.com/Background2.jpg);
}