How to remove the Twitter and Facebook "Share" buttons
On some FotoWare sites it may not be desired to include the buttons for sharing assets on Facebook and Twitter. While available by default, these buttons can easily be removed from the Asset Details page using a bit of custom CSS styling:
#contentWrapper > .sharePanel { visibility: hidden; }
The preceding topic explains how this custom CSS can be implemented on the site along with other CSS modifications.