Quote Originally Posted by jettrue View Post
Open up stylesheet_imagehover.css and change this:

Code:
#trailimageid h1 {
 font-size: 100%;
 font-weight: normal;
 margin: 0;
 padding: 2px 0px;
 text-align: left;
 width: 100%;
}
to this:

Code:
#trailimageid h1 {
 display:none;
}
Thanks, but this seemed to remove the text that was part of the popup image. There is another small box that appears and then disappears that has a yellow background and the product title. It seems to be from a different process and overlays on top of the popup image, annoying.