Forum Discussion

john john's avatar
john john
Steel Contributor
Nov 06, 2021

Completely remove the Modern page Banner/Title inside my communication site, similar to the modern p

Inside the SharePoint Lookbook sites, most of them do not have the Modern page Banner/Title, as follow:-
 

 

While when i tried to add a new modern page inside my communication site, i will always get a Page Banner/Tile, as follow:-

 

 

so how i can completely remove it? I know that i can set the banner as Plain, but this will still show the title text, while i need to remove the whole section..any advice?

  • john john To create a blank page without header & title, you have to create a site page with Home page layout.

    Check this step by step article to create a modern blank page without header & title in SharePoint online: SharePoint Online: Create a blank page without header & title

     

    If you have already created the page, you have to change the page layout to "Home" page layout using PowerShell (more examples available in above article link) .

    Using PnP PowerShell

     

    Connect-PnPOnline -Url "<site-url>"  
    Set-PnPClientSidePage -Identity "MyPageName" -LayoutType "Home" 

     


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

    For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs

    • ganeshsanap's avatar
      ganeshsanap
      MVP

      Hi john john, were you able to follow the steps & achieve your requirements? Let me know if you still need help with this?


      Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

      • CarmenD2007's avatar
        CarmenD2007
        Copper Contributor
        Curious if powershell is still the only way to remove the title still.... I'm trying Docker and am having issues connecting to my sharepoint.
    • olavasheim's avatar
      olavasheim
      Copper Contributor

      PaulL 
      Do you know if this has rolled out yet? I cant access the link, so I only have the information from your screenshot to work with. Its not in my clients sharepoint yet, so you know if they have to update something to get it?

      It would be perfect timing for me if it did roll out as planned in your screenshot. :lol:

      • ganeshsanap's avatar
        ganeshsanap
        MVP

        olavasheim 

         

        You can also check the rollout information on publicly available site as well at: Microsoft 365 roadmap ID 386904 


        Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources