Posts

Showing posts with the label Top Navigation

Edit Top Navigation Text

Image
Before : Run this command in SharePoint PowerShell $webApp = Get-SPWebApplication "http://SharePoint-Site" $webApp.SuiteBarBrandingElementHtml = "   Gaurav Goyal's Site" $webApp.Update() After successfully completion of this command you will see :