I want to add a graphic in a wrapper to this website.
How do I get to the "css" to do this?
Thanks All!
Marie
The blog I need help with is sexandsuburbanlunacy.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I want to add a graphic in a wrapper to this website.
How do I get to the "css" to do this?
Thanks All!
Marie
The blog I need help with is sexandsuburbanlunacy.com.
One way would be to upload a graphic that has the left and right edges you want to apply and matches the length of the content area's width and set that as the background image on the outer div for that area (which is named "wrapper" in Twenty Ten).
To give you an idea how it works, add this to your Appearance → Custom Design → CSS editor and click the Preview button:
#wrapper {
background: url('http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png');
}
I used a logo image in the example. You should switch the link inside url() to your image instead.
This topic has been closed to new replies.