Jump to content
Sign in to follow this  
prodpi

Image in Footer

Recommended Posts

prodpi

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×