Friday, May 1, 2009

Hide Home Tab in MOSS Site

To hide Home Tab of the MOSS Site

1. Go Site Actions->Edit Page->Add web Part
2. Select Content Editor Web Part
3. Source Editor Paste the below code.... inside style tag.


zz1_TopNavigationMenun0
{
display: none !important;
}


And in layout section check Hidden to hide web part.

One catch here this Web part should be added to all the pages.. where you want to hide the home tab...

No comments:

Post a Comment