hi all,
i'm looking at the source for my product page and seeing a style applied to the "add to cart" button that i'd like to get rid of but i can't find the actual code!
this is what i see in the source:
i want to get rid of that style tag... but this is what i see in tpl_product_info_display.php:HTML Code:<input class="cssButton button_in_cart" onmouseover="this.className='cssButtonHover button_in_cart button_in_cartHover'" onmouseout="this.className='cssButton button_in_cart'" type="submit" value="Add to Cart" style="width: 80px;" />
where do i find the code that makes $display_button so that i can get rid of that style? i feel like i've been through every file in the site!HTML Code:<?php if ($display_qty != '' or $display_button != '') { ?> <div id="cartAdd"> <?php echo $display_qty; echo $display_button; ?> </div>![]()




