Forum Discussion
swhistance
Nov 10, 2022Copper Contributor
Root Page
When users select the SharePoint App I want them to land on the root site and not the SharePoint start page - How can i do this?
- 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
swhistance
Nov 14, 2022Copper Contributor
HI David, Thank-you for the response. I have already set the primary site as the SharePoint home site. The issue I have is when users select SharePoint from the Office Portal it takes them to a personalised SharePoint start page and not the Home page. Is there a way to change this?
DaveMehr365
Nov 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