Question

Is it possible to remove or change the topbar Links which seen under number 1 and number 2 in the picture?

I do not like that the users come to the www.office.com Page (the link behind number 1) and also not like that they open the 9 dots (number 2) if they don't have an Office365 licence.

Most users would open this only as registered users, but not with a fully office265 licence.

Thanks for any tip.

We like to use SharePoint online.

enter image description here

Était-ce utile?

La solution

We can use CSS style to hide it.

<style>
a[href*='www.office.com']{
    display:none !important;
}
#O365_MainLink_NavMenu{
    display:none !important;
}
</style>
Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top