Share more button still around
-
Hello,
You may recall in the past that I wanted a way to remove the share more button for the sharing functionality because it would not work properly in mobile.
Here’s the hread:
http://wordpress.org/support/topic/remove-choose-a-sharing-service-button?replies=11
I was able to hide the share more button through CSS with display:none, but that stopped working.
Now I was able to hide the share more button through this:
/*Super Socializer*/ .theChampSharingMoreButton { width:0px !important; height:0px !important; display: none !important; }Is there any future plans to make this an option/checkbox so it doesn’t appear by default?
Thank you,
Jose
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Share more button still around’ is closed to new replies.