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

micropat’s picture

Assigned: flightrisk » Unassigned
Category: task » support
Status: Active » Closed (fixed)

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.