AddThis & SumoMe hide button CSS tricks

Here are some CSS tricks to hide buttons from the AddThis or SumoMe WordPress plugin. (19 Feb 2017)

AddThis: Remove Share counter!

In WordPress, click “Apperarance/Customize”, select “Additional CSS” and add the following code:

.addthis_counter {display:none!important;}

AddThis: Remove Print Button from side bar!

In WordPress, click “Apperarance/Customize”, select “Additional CSS” and add the following code:

.at-svc-print {display:none!important;}

 

SumoMe: Hide the Top Right Menu to visitors!

In WordPress, click “Apperarance/Customize”, select “Additional CSS” and add the following code:

a[title=Sumo], a[title=Sumo] {display: none!important;}

SumoMe: Hide the SumoMe LOGO!

In WordPress, click “Apperarance/Customize”, select “Additional CSS” and add the following code:

a[data-sumome-share="sumome"] {display:none!important;}

Source: myself.

Hi there! I'm Jérôme from France, currently a UK based freelance engineer and a globe trotter. My main experience is Embedded Software with Electronics Engineering. In fact, I love experiencing much broader things, learning new skills on the go, that's certainly why I like IoT.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.