Okay so ... turn it OFF in the Catalog ... Product Type ... EDIT LAYOUT ...
Then, using your templates and overrides, customize the file:
/includes/templates/template_default/templates/tpl_product_info_display.php
for your templates and overrides:
/includes/templates/your_template_dir/templates/tpl_product_info_display.php
and change the IF for the Always Free Shipping icon:
Code:
<!--bof free ship icon -->
<?php if(true || zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
<div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
<?php } ?>
<!--eof free ship icon -->