Hi! I have inserted a background image into my site using:
#wrapper {
background: #fff url(http://localhost:80/wp-content/uploads/2011/05/leomusicsiteinside02.jpg) no-repeat;
margin-top: 0px;
padding: 0px 0px 0px 0px;
}
in the stylesheet css.
However I would like to have a different image on certain pages. Is there a way to override this in specific places?
I am a total css/php newbie, so if you can be very specific in your instructions it would be appreciated. Thanks!