jhondesign02
Hi
The buttons are coming directly from the Addthis
here is default code
<div id="addthis-wrap" class="addthis-wrap">
<button class="btn btn-primary" title="Addthis"><i class="fa fa-share-alt"></i></button>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_vertical_follow_toolbox"></div>
</div>
if you want to change them to something else you can replce the coe from your Addthis account
<div class="addthis_vertical_follow_toolbox"></div>
But it purely depend on the type of Addthis button type, template only use to display them, they style will be from Addthis.
Like if you using a sidebar sticky button they will show in sidebar not in footer even if you add the code in footer.