Jean-Philippe 2 Report post Posted July 4, 2011 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 3 Report post Posted July 4, 2011 Hello, Please try this: .addthis_counter{display:none !important;} Share this post Link to post Share on other sites
Jean-Philippe 2 Report post Posted July 4, 2011 Kate, thank you so much! www.photoreview.fr | www.kankei.fr Share this post Link to post Share on other sites