Is there a way to remove the bread crumb navigation in SharePoint 2010? Basically I don't want to see the site and subsite titles next to the logo that keep growing across the top portion of the page.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can remove the breadcrumb control from the master page. If you want to do it for just few pages, override the content placeholder from master in which breadcrumb resides. |
|||
|
|
|
To remove both site and subsite titles next to the logo, use this style.
Or with jQuery
|
|||
|
|
|
Using the following CSS worked for me without a problem:
|
|||
|
|