Search code examples
addthis

Remove Addthis Counter popup


What I am trying to do is to prevent the counter popup to show on click.If I try to remove the onclick event the counts don't show anymore.

<div class="addthis_toolbox addthis_default_style ">

        <a class="addthis_button_facebook"></a>
        <a class="addthis_button_twitter"></a>
        <a class="addthis_button_compact"></a>
        <a class="addthis_counter addthis_bubble_style"></a>            
</div>

Solution

  • #at20mc { display: none !important; } in your css might work.