Forum Discussion

Conan McDonnell's avatar
Conan McDonnell
Copper Contributor
Sep 29, 2020
Solved

SharePoint Online navigation links and themes

Hi. I have been asked if it's possible to re-design SharePoint navigation so that instead of links appearing along the top of the Site, they appear vertically on the left in the form of clickable bu...
  • ArefHalmstrand's avatar
    Sep 29, 2020

    Conan McDonnell Hello, I am afraid that the solution you want to achieve will be quite difficult. There is no "out-of-the-box" way of solving this, you will need to develop a custom solution. Please note that I do not recommend to build a custom vertical navigation. The navigation would need to be visible through entire SharePoint and maintained for when Microsoft makes changes that might interfere with your solution. 

    However, if you insist and this really is important for your company. In communication sites, you can add a vertical section for the page (but it will be on the right side). In that section, you could add a SPFx solution that contains your navigation with desired styling and functionality. 

    Vanilla CSS and JavaScript will not be enough for this implementation. 
    Read more about prerequisites here: 
    https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part

     

Resources