Question

I have found how to hide the first top nav tab, but I need to hide the last one as well. Is it possible? If yes, how can I do it?

Was it helpful?

Solution

Edit your masterpage and add the following css code:

/* Hides the top navigation links */     
.s4-tn { display:none !important; }

Unfortunately there is no setting in the site settings where could hide it.

Here is my favorite overview of all css classes in sharepoint 2010: http://sp2010notes.wordpress.com/sharepoint-2010-css-chart/

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top