Pergunta

Eu encontrei como esconder a primeira guia Nav Top, mas preciso esconder o último também.É possível?Se sim, como posso fazer isso?

Foi útil?

Solução

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/

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top