Only thing is it's not working. And there's a strange anomaly - when I go to the page and "View Source" I see the css rule I added but with the final semi-colon stripped out. So of course the browser ignores it.
As it appears in CSS Inserts:
HTML Code:
body.page page-id-225 {background-image: none; }
As it appears in the source code of the page:
HTML Code:
body.page page-id-225{background-image:none}
Without the last semi-colon!! What gives?