Is there a way to limit the background image to only the homepage?
I have no idea where to look for this in the code.
The blog I need help with is lowhunghands.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
Is there a way to limit the background image to only the homepage?
I have no idea where to look for this in the code.
The blog I need help with is lowhunghands.com.
Here is an example that will set a background image on just the home page:
.home {
background: url('http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png');
}
This topic has been closed to new replies.