• Hide Breadcrumb on a single page in MOSS 2007 without using SharePoint Designer

    by  • June 2, 2010 • MOSS 2007 • 2 Comments

    In this article we will see how we can hide the BreadCrumb in a single page. We are also going to do it without using the SharePoint Designer. We are going to do it by using a content editor web part.
    1. Go to Site Actions –> Edit Page –> Add a Content editor web part

    2.  Write following code in to content editor web part

    
    <style rel="stylesheet" type="text/css" />
    
    .ms-pagebreadcrumb{display:none; }
    
    </style>
    

    Save the changes and exit edit mode or publish the page

    Step 3 :  Now your page should look like this

    About

    Radhika Sajin was working in US Technology in Trivandrum, India. She has 7.5 years experience in working with Web Development Technologies inlcuding MOSS, SharePoint 2010 and ASP.net.

    2 Responses to Hide Breadcrumb on a single page in MOSS 2007 without using SharePoint Designer

    1. bob e
      August 31, 2010 at 9:52 pm

      nice work my friend this was causing me agony until I found your post.

    2. Mike
      June 27, 2011 at 7:06 pm

      Any way of doing this for all pages on the site WITHOUT using Designer? The code u supplied works well on the main page but when I get to subsequent pages it does not work. Thx.

    Leave a Reply

    Your email address will not be published. Required fields are marked *