Forum Discussion
NickMumby
Jun 26, 2025Copper Contributor
branding top navigation
I'm using the top navigation bar but find most users dont see it as its very minimalistic. Is there a way to brand it up?
grant_jenkins
Jun 29, 2025Iron Contributor
NickMumby There's not an out of the box way to change how it looks unfortunately.
You can change the theme of the Header via Change the look > Header to try and make it stand out more.
If you wanted to make design changes to it (larger font, different location, etc.), you would need to use SharePoint Framework (SPFx) Application Customizer, but to target the menu it would end up being an "officially" unsupported solution since you'd need to hook into the Document Object Model (DOM) of the page which Microsoft could change at any time.