SharePoint 2013 suite bar

Method 1

$('div#suiteBarLeft .ms-core-brandingText').html("<span>Your preferable name</span> ");

Method 2

.ms-core-brandingText:after{
content:"Your preferable name";
}
.ms-core-brandingText{
margin-left: -90px;
}




Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell