Forum Discussion
EDIT OR CUSTOMIZE SHAREPOINT MODERN PAGES
- Mar 20, 2018
Modern site customization options are detailed in the articles found here:
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/modern-experience-customizations
Customizing modern pages specifically is described here:
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/modern-experience-customizations-customize-pages
Hope this helps!
Modern site customization options are detailed in the articles found here:
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/modern-experience-customizations
Customizing modern pages specifically is described here:
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/modern-experience-customizations-customize-pages
Hope this helps!
Hi Peter,
Thanks for the prompt response.
Yes the information you have provided does help
I also want to find out about how I can Brand the Modern site or page, with custom CSS, change background-colors, menu styles, font-family styles, add images and background images etc
- paulpaschaMar 20, 2018Bronze Contributor
That kind of customizations are all described here:
https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/sharepoint-site-branding-and-page-customization-solutions
- Mar 22, 2018
The link describe the branding options for classic sites. Modern site cannot (yet) be branded as asked by Cyro. The only option you have at the moment is to apply a custom theme. This will give you the option to have custom colours. This is described here:
And here:
https://dev.office.com/blogs/custom-themes-with-modern-sharepoint-sites
You could use SPFx extensions in order to create custom menus or other customisations. This can be found here:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/overview-extensions
Adding a custom css is not a default option at the moment. If you want to really brand your site in a custom way, the classic sites with publishing option is the way to go. I would encourage you to look into the Modern sites though, because that's the future.
- cyro sylasMar 27, 2018Copper Contributor
Hi Robert,
Thanks for the response as well.
I am already looking into SPFx, I am new to SharePoint especially on the Development side, the resources are quite helpful.