How to remove the "SharePoint" header name in the home page

SR VSP 1,226 Reputation points
2021-03-22T22:42:28.14+00:00

Hi Guys,

Is there any way to remove the "SharePoint" header name in the home page ?

PFA
80375-sharepoint-header.jpg

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,229 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,697 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,575 questions
{count} votes

Accepted answer
  1. MichaelHan-MSFT 18,016 Reputation points
    2021-03-23T02:44:51.47+00:00

    Hi @SR VSP ,

    You could hide the "SharePoint" header from the suite bar by injected CSS, but it's not supported by MS to customize the top suite bar.

    Below are the steps:

    • Deploy the Modern React Script Editor Web part to your site
    • Enable Custom Script for your site : Set-SPOsite <SiteURL> -DenyAddAndCustomizePages 0
    • Add the below CSS style script in the web part <style type="text/css">

      O365_AppName span{display:none;}

      </style>

    80461-image.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful