Can we remove the SharePoint word from the upper banner for all our sharepoint sites

john john 926 Reputation points
2021-09-21T16:17:10.303+00:00

We have a SharePoint online tenant, and we need to remove the word SharePoint from all the upper banners for all the sites, so first question is this possible per site, then is this possible for all the sites at once?

Here is the SharePoint word I am talking about:

134059-sharepointlogig.png

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,600 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,663 questions
0 comments No comments
{count} votes

Accepted answer
  1. JoyZ 18,041 Reputation points
    2021-09-22T06:26:29.76+00:00

    @john john ,

    Normally,we don't recommended to customize the suite nav with either CSS or JS.

    If you still want, for modern experience sites, we can use the SPFx application extension to inject custom CSS on modern SharePoint pages to hide "SharePoint".

    Refer to steps:

    1. Create a CSS file named custom.css with your customizations and upload it to “Style library” of the root style library(which can be found at https://[yourtenant].sharepoint.com/Style%20Library/Forms/AllItems.aspx.)

    ._6EkCIBulssv0eDQ55G3yH {
    visibility:hidden;
    }

    1. Download or build the SPFx solution package from https://github.com/hugoabernier/react-application-injectcss.
    2. Upload and deploy the .sppkg file to tenant App catalog: List item
    3. Activate the app to one of your modern site via adding the app.
    4. After that, your custom CSS should work up.
      List item

    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful