Hi Guys,
Is there any way to remove the "SharePoint" header name in the home page ?
PFA
Hi Guys,
Is there any way to remove the "SharePoint" header name in the home page ?
PFA
Hi @Srini-4386 ,
Is there anything update? If my reply helps you, you could accept it as answer :)
Hi @Srini-4386 ,
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>

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.
5 people are following this question.
Not abe to create a folder in Sharepoint Site
Custom DLL Deployment in SharePoint Online
How to get sharepoint site group name using Graph API?
Need Script to read list of SPO sites from excel and get owners and members list as in csv OutPut
Regarding the SharePoint Online List formatting (Document Library)