Suppose lets you have a business requirement to change top left text "Share Point" in On premise server or "Office 365" in SharePoint online.
Once again , I m going to choose Power Shell commands to achieve our mission.
$
webApp = Get-SPWebApplication http://$webApp.SuiteBarBrandingElementHtml = 'Csharpcorner'$webApp.Update()