Forum Discussion
custom Branding in SharePoint modern view
Hi,
can we customize the sharepoint modern view ?
is there any concept exist related to master page where i can apply my custom branding in sharepoint ?
it would be great if you people can guide me or give any suggestions about custom brading in sharpeoint.
Thanks in advance.
Your going to have to learn something completely new (called SPFX) to accomplish this.
There are no more master pages, and they have done away with UserCustomActions. So hopefully you are comfortable with all the new tool sets, cause its not exactly easy to do anymore.
They are working on something called SharePoint Framework Extensions that will allow you to do some custom branding on a site level, but supposedly that is still 6 months out or so to being available.
So start by researching SPFX and SPFX Extensions.
6 Replies
- kath pattersonIron Contributoryou have theming of course and can change the page back image I think I saw another post on that one. SPFx Extensions will be the vehicle for altering the page appearance. there are already some samples around for those and surely lots more to come.
- sagar savaliyaCopper ContributorThanks.
- pierre davidCopper Contributor
This one help a lot :
https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-script-editor
need to learn how to put on your tenant but after, it's doing the job
- Brent EllisSilver Contributor
Your going to have to learn something completely new (called SPFX) to accomplish this.
There are no more master pages, and they have done away with UserCustomActions. So hopefully you are comfortable with all the new tool sets, cause its not exactly easy to do anymore.
They are working on something called SharePoint Framework Extensions that will allow you to do some custom branding on a site level, but supposedly that is still 6 months out or so to being available.
So start by researching SPFX and SPFX Extensions.
- sagar savaliyaCopper ContributorThanks for replay (y)
- Dean_GrossSilver Contributor