
Originally Posted by
LittleGiggles&Me
Hi, How do i remove the links to facebook, twitter & share that are at the bottom of each product description?
fyi i do not mean the links in the footer, just the ones that are attached to each product.
Thank you for any assistance! <3
Hello ;-) The Addthis code is in the includes/templates/alysa_rounded/templates/tpl_product_info_page.php file.
Remove this:
Code:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4cd1ec2b08cdcb12"></script>
<!-- AddThis Button END -->
Thanks,
Anne