1. Create a "Content Webpart" somewhere on your SharePoint Page.
2. This is the code to hide it: <style type="text/css">
.s4-specialNavLinkList
{
display:none;
}
</style>
1. Create a "Content Webpart" somewhere on your SharePoint Page.
2. This is the code to hide it: <style type="text/css">
.s4-specialNavLinkList
{
display:none;
}
</style>