i want to have a non-scrolling background image on the product more information page. The trouble is I can not find the CSS or include that controls that product more information page. I can't find where to put the code.
I can't use the "add background image" in the product editor as it only provides for an image that will repeat. I need to add a fixed image.
The non-scrolling background image css I added to the defaults.css works perfectly. But I can't find where to edit the style tags for the product more information page.
Here is more info page link I am trying to add non-scrolling background page image to:
http://www.lobsters-online.com/catalog/lobster-chowder-combo.html
I want to add the following style tag to control the back ground image on the product more info page :
<style>
body {
background-image: url("/media/lobster-boat-bg.jpg");
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}
</style>
Please help