Forum Discussion
Ozlem
Jan 14, 2021Copper Contributor
How can I add the "title" (banner) / title area to an existing page?
Hi, I created a page by copying another page. The existing page did not have the title bar with the background image. Is there a way to add this web part? I do not see it listed under the web parts...
ganeshsanap
Sep 27, 2022MVP
Ozlem DayanBoyce Mike Williams ,
I think you have copied the "Home" page of site to create a new page as mentioned by jens-haley similar to the steps mentioned in this article: SharePoint Online: Create a blank page without header & title
In that case, page will not have any header and title. To bring back the header and title settings, you can use below PnP PowerShell:
Connect-PnPOnline -Url https://tenant.sharepoint.com/sites/siteName -UseWebLogin
Set-PnPClientSidePage -Identity "MyPage.aspx" -LayoutType "Article"
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.
IvanFH890
Oct 03, 2022Copper Contributor
This was it!