I created:

Code:
h7 { 
font-size: 12px; 
color: #990000;
padding: 2px 0px; 
margin: 0.1em 0 0em;
font-weight: bold; 
font-family: Geneva, Arial, Helvetica, san-serif; 
font-style: italic; 
background-color: #FFFFFF}

 }
and changed the tag in tpl_product_info_display.php to:

Code:
<!--bof Product Name-->
<h7 id="productName" class="productGeneral"><?php echo $products_name; ?></h7>
<!--eof Product Name-->
with no result. I must be missing something.

You see, I put an image background on the original h1....but it also displayed on the product name line. And ratherd badly.

heres a link:

theribbondiva

and thanks for your replies