how do I put the background image only on the first page of my 'autofocus' theme blog?
Blog url: http://theinnerground.wordpress.com/
Need help? Check out our Support site, then
how to customize background image to one page on autofocus theme?
-
-
I'm sorry but custom backgrounds apply to every page in the blog.
-
It isn't possible even with the custom upgrade? Thanks!
-
I'll flag this thread s it's moved to the CSS Forum for you.
-
Thank you for your help...
-
I have figured this out. If anyone else has problems. Using custom css: remove background image first from the template. Then into custom css enter the following (adding your page ID instead of 000 and your image URL instead of image.jpg):
body.page-id-000 {
background:url('image.jpg') no-repeat scroll transparent center top!important;
}
Topic Closed
This topic has been closed to new replies.