Forum Discussion
Remove the page title from a modern page as well as the white space? Someone has done it.
If you "Copy" the home page back to page library, then highlight the page in the pages library, you have to manually go to page settings and update the properties (the Title and page name) to ensure they are not called "Home". In fact I normally save this a "blank page template".
- ganeshsanapMay 31, 2022MVP
If you are trying to create a new blank modern page without page title, follow this workaround: SharePoint Online: Create a blank page without header & title
For existing pages, you can change the page layout to Home using PnP PowerShell:
Set-PnPClientSidePage -Identity "MyPage.aspx" -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.