Title: CSS counter button question
Last modified: August 21, 2016

---

# CSS counter button question

 *  Resolved [Newfound](https://wordpress.org/support/users/precipitatejournal/)
 * (@precipitatejournal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-counter-button-question/)
 * Hi there!
 * I’m attempting some CSS wizardry on my main blog page ([http://www.hothousemagazine.org](http://www.hothousemagazine.org)),
   and I’ve been able to use the “display: none” property to hide all of the standard
   icons below the excerpt on my main page, but I can’t for the life of me figure
   out what the class tag is for the bubble counter. You can still see it there,
   floating at the bottom of the excerpt, ha.
 * Any illumination would be greatly appreciated!
 * Cheers,
 * Daniel
 * [http://wordpress.org/plugins/addthis/](http://wordpress.org/plugins/addthis/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Srijith V](https://wordpress.org/support/users/srijithv/)
 * (@srijithv)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-counter-button-question/#post-4239783)
 * Hello Daniel,
 *  I can help you for this, but your site seems to be offline or having a dns issue
   at the moment when I checked. I will take a look some time later and suggest 
   you the css required.
 *  Thread Starter [Newfound](https://wordpress.org/support/users/precipitatejournal/)
 * (@precipitatejournal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-counter-button-question/#post-4239797)
 * Hi Srijith!
 * Not sure what happened there, but I resent my page caches (forgot to after working
   on the site), so maybe that had something to do with it.
 * Your help is appreciated!
 *  Thread Starter [Newfound](https://wordpress.org/support/users/precipitatejournal/)
 * (@precipitatejournal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-counter-button-question/#post-4239881)
 * Any update on this CSS question? Thanks!
 *  [Srijith V](https://wordpress.org/support/users/srijithv/)
 * (@srijithv)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-counter-button-question/#post-4239890)
 * “addthis_counter addthis_pill_style addthis_nonzero” is the class for that.
 *  Thread Starter [Newfound](https://wordpress.org/support/users/precipitatejournal/)
 * (@precipitatejournal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-counter-button-question/#post-4239891)
 * Hmm. Still doesn’t appear to be working.
 * The following code is working to “erase” the other elements:
 *     ```
       .home #content .the-content .addthis_button_facebook_like {
       	display: none;
       }
   
       .home #content .the-content .addthis_button_tweet {
       	display: none;
       }
   
       .home #content .the-content .addthis_button_pinterest_pinit {
       	display: none;
       }
   
       .home #content .the-content .addthis_pill_style .addthis_button_compact {
       	display: none;
       }
       ```
   
 * So I tried to do the same with the code you recommend and still not working:
 *     ```
       .home #content .the-content .addthis_counter .addthis_pill_style .addthis_nonzero {
       	display: none;
       }
       ```
   
 * Any more advice?
 * Thanks!
 *  Thread Starter [Newfound](https://wordpress.org/support/users/precipitatejournal/)
 * (@precipitatejournal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/css-counter-button-question/#post-4239898)
 * Found the working CSS!
 *     ```
       .home .the-content .addthis_counter .addthis_pill_style {
       	display: none;
       }
       ```
   

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘CSS counter button question’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addthis_70cced.svg)
 * [WordPress Share Buttons Plugin – AddThis](https://wordpress.org/plugins/addthis/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addthis/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addthis/)
 * [Active Topics](https://wordpress.org/support/plugin/addthis/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addthis/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addthis/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Newfound](https://wordpress.org/support/users/precipitatejournal/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/css-counter-button-question/#post-4239898)
 * Status: resolved