Forum Discussion

sagar savaliya's avatar
sagar savaliya
Copper Contributor
Aug 21, 2017
Solved

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

  • you 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.
      • pierre david's avatar
        pierre david
        Copper 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 Ellis's avatar
    Brent Ellis
    Silver 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.

Resources