Skip to main content

Posts

Showing posts with the label Modern UI

SharePoint Site Theming: Header Background Colors

As Microsoft rolls out the new Mega Menu experience for the Modern UI some of you may be wondering where these colors come from. In this post I will review the header background color options and call out which theme colors get used along the way. From left to right in the image below we have the four background options, which I'll call by the names of their color labels, Background Color (White) Theme, Neutral Light Theme, Light Theme, Dark Theme. I used the Microsoft Theme generator ( https://developer.microsoft.com/en-us/fabric#/styles/themegenerator ) to create my theme and applied the theme to my tenant using the Add-PnPTenantTheme ( https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/add-pnptenanttheme?view=sharepoint-ps ) command to apply the following theme in PowerShell, I've also added comments to lines that impact themes for your reference. @{ "themePrimary" = "#0a162b"; #Theme Dark Local "themeLighterAlt" = "...

Looking Forward to 2019 - Page Designs

I'm sure many of you have listened to the Intrazone's December 2018 Roadmap Pitstop podcast  by now and if you haven't I highly recommend doing so, it does a great job talking about what's to SharePoint online in the coming months. But I wanted to take some time to talk about the one thing that I am most excited about in early 2019 - Page Designs. For those that don't know Page Designs are basically Page Layouts or a Page Template for the Modern UI, you can set a standard look and feel for all of the content on a page including webparts and placeholder content. More information here:  https://www.microsoft.com/en-us/microsoft-365/roadmap?featureid=33136&rtc=1 So why am I excited about this? News and articles. From what I've seen at our clients news is one of the biggest reasons they do not want to move to the Modern UI since there is currently not a way to standardized the look and feel of a page. Yes Modern allows you to easily create and publish news,...