prodpi 0 Report post Posted February 11, 2011 I am trying to place a background image in the 5 column area of the footer. I still want the text in the columns. Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 11, 2011 A link to your site would help as it may vary, but this is the general CSS you need to add where yourimage.jpg is the path to the image you've uploaded to your media folder in WP ` #footcols { background:URL('yourimage.jpg') no-repeat; } ` There are a lot of threads here on how to add background images via css Share this post Link to post Share on other sites
prodpi 0 Report post Posted February 11, 2011 Thank you, I will give this a go. I am currently developing locally on, that is why I didn't post a URL, sorry! Share this post Link to post Share on other sites