I need to hide breadcrumb

I need to hide breadcrumb, please suggest any solution.

Thank you.

[quote=“Cassie Bishop.”]I need to hide breadcrumb, please suggest any solution.

Thank you.[/quote]

You can hide breadcrumb 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:

.pl-breadcrumb { display: none; }