How to hide email from tooltip?

We want to publish org chart to external CRM site. We need to hide emails of our employees from tooltip. How can I do that?

Hi Cassie,

You can hide email from tooltip using CSS. Open configuration wizard (http://plumsail.com/sharepoint-orgchart/docs/advanced-web-part-configuration/#visual-settings), navigate to the third step and add following css:

.person-tooltip .email { display: none; }