Forum Discussion
Root Page
- Nov 14, 2022
You can do it with CSS and inject it to every site using SPFX extension. Or if it's just one site using React Script editor Webpart
My recommendation is to company Logo there and set the URL to the Intranet, and teach the users to use that
Hello swhistance
you need to set a site as SharePoint home site. Here are more information about the SharePoint home site with example: https://learn.microsoft.com/en-us/viva/connections/home-site-plan
And here, how you set it up: https://learn.microsoft.com/en-us/sharepoint/home-site
Best, Dave
- Nov 14, 2022
You can do it with CSS and inject it to every site using SPFX extension. Or if it's just one site using React Script editor Webpart
My recommendation is to company Logo there and set the URL to the Intranet, and teach the users to use that
- swhistanceNov 14, 2022Copper ContributorAlready using the company logo for redirect to external site, but I'll look at adding something else with the webpart - thank-you!
- Nov 14, 2022Here is some links to help you 🙂 :
https://learn.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions
https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-script-editor
- DaveMehr365Nov 14, 2022MVP
Hello swhistance
ah ok, no, it's not possible to overwrite the default SharePoint App in the AppLauncher with OOTB possibilities.
Best, Dave