How can i change 'SharePoint' located in the top left corner in SHAREPOINT ONLINE

helloworldfromed 46 Reputation points
2020-09-22T18:27:21.273+00:00

I moved to SharePoint 2013 to SharePoint Online. Again, I am using SharePoint Online...

How can i change the top-left 'SharePoint'? I am using SPO so using below code is not an option.

$webApp = Get-SPWebApplication http://tozit-sp:2015
$webApp.SuiteBarBrandingElementHtml = "Awesome Text Goes Here" 
$webApp.Update()

image_thumb8.png

Can this be changed or replaced? I just can't believe so many features being left out in SPO... Does Microsoft even have a team dedicated for SharePoint issue?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,585 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Trevor Seward 11,701 Reputation points
    2020-09-22T18:50:26.007+00:00

    This cannot be changed. Anything in the SuiteNav should not be altered as the DOM regularly changes.

    And you'll note the on-prem command (which doesn't work starting in SharePoint 2019 modern) applies to the entire Web Application; since SharePoint Online is a multi-tenant solution, you can't do anything that would impact another tenant on the same farm.

    2 people found this answer helpful.
    0 comments No comments

  2. helloworldfromed 46 Reputation points
    2020-09-22T20:59:42.91+00:00

    @Trevor Seward

    Hi, Trevor. Thank you for the confirmation.

    If you don't mind, could you please consider my second question below?

    My team is wanting to change the url of our SharePoint site, as an example, let's say https://Love.SharePoint.com' is our url currently. Initially, we wanted to be able to change it to 'https://LoveMore.SharePoint.com' but that seems not possible in SPO.

    So, I was hoping if there is a way we can come up with a 'nickname' url that can be used to direct users. So instead of having an user type 'https://Love.SharePoint.com', the person can just type 'https://Love' or something that will direct them to our sharepoint site.

    Is this possible in anyway? If there's 3rd-party app that can accommodate this, my team is willing to consider paying for such service.

    Thank you very much in advance.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.