As long as your theme has CSS classes added to the BODY tag, you could hide the image based on CSS. Something like this:
.page #fsb_image, .single #fsb_image { display: none; }
Just add the conditions you don’t want it shown on.
I am looking for the same display as chris…I only want the fsb_image on the homepage. The theme I am editing is TwentyTwelve (does it have CSS classes added to the BODY tag?)
I was able to hide the image on one page, but the trick is to hide it on all the pages except the homepage. How would I add such a condition? For all the other pages, I only want to have a solid color as the background. Any help is appreciated.