Hi there,
I was hoping to add some custom background images to a few pages in my site and I have figured out a piece of code that works but I know once I change my page urls from page ids to page name it won't work anymore?
This is what I have that seems to work:
#top.page-id-708 {
background: #006ab0 url(http://easyretailsolutions.com/wp-content/uploads/2012/10/background-dots-2.gif) top center repeat scroll;
}
Am thinking the new code will have to have some kind of 'body_class' or something but am not sure how to go about this.
Most of the site will use the generic background (uploaded via main theme setting in Theme Options) but I would like about 3 other backgrounds I can use occasionally.
Any help would be great!














