We do not need the print button nor the icon for our products. Where in the .CSS can I remove it?
.btn disables all and that is not good. Edit.. I just managed to remove the icon at least.
Thanks
Look at the file:
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/template/pages/product/product.tpl
Line: 180
Remove:
<a class="productprint btn btn-large" href="javascript:window.print();"><i
class="icon-print"></i> <?php echo $button_print; ?></a>
Thanks