Remove the page title from a modern page as well as the white space? Someone has done it.

Steel Contributor

One of our staff members has managed to remove the page title as well as the white space that is normally taken up when you delete the page title.

 

It is also unavailable when editing the page.

 

I am unable to replicate, does anyone know how they have achieved this?  Because we would love to do this on other pages.

 

Thanks!

20 Replies

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.