hi.
I've got a site where I'm using custom backgrounds for some pages, using this code:
body.page-id-14 {
background: url(http://www.thesite.com/site/wp-conte...kcontact.jpg);
background-repeat: no-repeat;
background-position: left bottom;
background-attachment:fixed;
background-color: #000000;
}
My question is - how do I assign a single background attribute to all post and category pages, while leaving the individual "page" pages with their custom settings?
Thanks!
MM.