How to remove the Twitter and Facebook "Share" buttons
On some FotoWeb sites, the buttons for sharing assets on Facebook and Twitter may not be required. While available by default, these buttons can easily be removed from the Asset Details page with custom CSS styling:
.sharePanel { visibility: hidden; }
For information on how this custom CSS can be implemented on the site along with other CSS modifications, see Branding the site.