Forum Discussion

FinanceJohn's avatar
FinanceJohn
Copper Contributor
Nov 21, 2018

SharePoint 2013 - Remove "Home" from page

I am using SharePoint 2013 and the word "Home" appears in my home page. I would like to remove. I tried inserting each of the following CSS to NO Avail. !!!Help!!!

.ms-globalTitleArea {
 display:none;
 }
 Or
.ms-core-pageTitle{
Display:none !Important;}

Or

 .ms-sitetitle {
 display:none;
 }

.ctl00_PlaceHolderSiteName_onetidProjectPropertyTitle1
{
 display:none;
 }

  • NotAlex's avatar
    NotAlex
    Iron Contributor

    Could you please provide a Screen shot?

     

    Have you tried changing the title of that page? By going to site contents -> site pages -> Edit properties of home page

Resources