I want to use the Follow buttons for their analytics, but I need to theme them to the site they are going on. How do I use my own CSS instead of the standard one.
Note: This is for the Follow buttons.
For the follow buttons you can use <img> tags inside the buttons, like this:
<a class="addthis_button_facebook_follow"><img src="<your image>"></a>
Replace <your image> with your image.
This question is closed to new answers.