Hello,
I have a background image on my site and want no background on one page only. I have tried seemingly every conceivable combination of this in the CSS to no avail. Any help is greatly appreciated. Here is the site: http://dev.marianne.com/ Here is the page I would like to remove the background image on: http://dev.marianne.com/this-holiday-give-the-gift-of-spirit/
Here is the CSS I’ve tried and different versions of this. Unfortunately I don’t do php. Just doesn’t want to work. Thanks so much for any help!
body .page-id-2255 {
background-image: none !important;
}