Jump to content
Sign in to follow this  
Jean-Philippe

Hide Addthis orange button

Recommended Posts

Jean-Philippe

Hello, I'm trying (for almost one hour now) to hide thanks to CSS code the Addthis orange button (the "Share" one). www.kankei.fr I tried this:

.addthis_default_style .addthis_counter {display: none}
and this:
.addthis_counter.addthis_pill_style.addthis_nonzero {display: none}

But it doesn't work. I know it's a newbie question but I really tried many things without any success. Any help please ? Jean-Philippe


www.photoreview.fr | www.kankei.fr

Share this post


Link to post
Share on other sites
Kate

Hello, Please try this:

.addthis_counter{display:none !important;}

Share this post


Link to post
Share on other sites
Jean-Philippe

Kate, thank you so much!


www.photoreview.fr | www.kankei.fr

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×