Posted by flightrisk on July 11, 2011 at 2:22pm
2 followers
Jump to:
| Project: | Share Buttons (AddToAny) by Lockerz |
| Version: | 7.x-3.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I want control over what services appear in the menu. We need to know where our stuff is being linked to. Where do I remove icons/links from the list?
Comments
#1
Here's an example of CSS removing the "Any email" service:
http://share.lockerz.com/buttons/customize/hide_any_email_service
You could do the same with Facebook, for example, using CSS code:
#a2apage_facebook { display:none !important; }Just append the CSS code to your theme's main CSS stylesheet.