Forum Discussion
SharePoint link in upper left corner
The SPFx solution given in above link is using SPFx v1.8 which is not supported in SharePoint 2019 sites.
You will have to create a SPFx application customizer solution using SPFx v1.4.1 and then maybe you can reuse the code from above solution in your SPFx solution.
Check: SharePoint Framework development with SharePoint Server 2019 and Subscription Edition
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Are there any new pieces of information regarding this topic?
On our side, we have modified the ribbon by changing the master page, but it only works on some pages. On modern pages, it seems that the master page is different, so it doesn't work.
Regards
- MichelleARCDec 14, 2023Copper Contributor
Thanks for the replies! We ended up modifying the CSS to "hide" the word SharePoint, by changing the Display line to none.
- Dec 14, 2023
So on modern pages, you can't modify the template. It doesn't work like the good ol' days.