Closed (fixed)
Project:
AddToAny Share Buttons
Version:
7.x-3.1
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2011 at 14:22 UTC
Updated:
15 Mar 2012 at 00:14 UTC
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
Comment #1
micropat commentedHere'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.