Hello,
I am using SharePoint 2013 and I have breadcrumbs showing up on pages. These breadcrumbs look like this:
Home > Site 1 > Site 2> Site 3
Do you have any suggestions on how to remove this from pages?
I also have the Fly-Out drop down menu for breadcrumbs, which I want to keep on pages.
I have this code, which I think my do the trick, but not sure.
<div class="ms-breadcrumb-top">
<asp:Label runat="server" CssClass="ms-breadcrumb-header" Text="<%$Resources:wss,master_breadcrumbHeader%>" />
</div>
Thanks,
Paul
Paul