Removing the first Global Navigation tab in SharePoint 2010

Add below code in custom CSS style

.s4-tn li.static > a {
display: none !important;
}
.s4-tn li.static > ul a {
display: block !important;
}

No comments:

Powered by Blogger.