Forum Discussion
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.
- RobElliottSilver Contributor
Ozlem you can save a page (normal or news) as a template and then select that template when you create the new page. It will have all the elements in the original page.
Rob
Los Gallardos
Microsoft Power Automate Community Super User- AMDphreakCopper ContributorHi there, that is not what the original poster was asking about. In fact, it is the exact opposite of what he was asking about.
He has an existing page that is missing the necessary Title area. Some pages were created by the system (e.g. the home page) and probably should not be deleted and replaced with a new page that is created from the newer templates. The o.p. needs to hand-insert the missing feature into an older page.
I also have this problem. And it seems impossible to do it without risking the home page becoming unavailable after deleting the home page for his Sharepoint site (I already tried this and had to restore the page).- RobElliottSilver Contributor
AMDphreak "that is not what the original poster was asking about. In fact, it is the exact opposite of what he was asking about." Wow, harsh. I've never experienced that so can't help. Maybe someone else can.
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Ozlem Assuming that you are talking about a modern page, you can edit the Title Region and select a layout that includes an image and title as in the attached image.
- Mike WilliamsSteel ContributorSusanHanley - that only works if you have a title region on the page to edit. That begs the question of how to add the Title Region in the first place.
- DayanBoyceCopper Contributor
SusanHanley RobElliott Mike Williams Ozlem - I'm also having this same issue. A page was created (owner no longer working at the org) and it has no "Title Region" on the page to edit. The page is integrated heavily into navigation throughout the site, but is not consistent with other pages of similar content and importance, so I need to change its appearance to match others. How do I add that "Title Region" to the existing page above the content sections?
- RFlyer1380Copper Contributor
- dale451Copper ContributorSo the bate and switch technique might work, but you can also change the design of your homepage quite easily, just not in the same style that you can on a new page by default.
Hit "edit" and then click on the settings cog in the top right-hand corner of the window. In the widget that appears on the right you should see the option "Change the look". From here you can choose a new theme and then edit the header. Selecting the "extended" option will give you the ability to add a banner.- JJ_00Copper ContributorHi Dale,
This will not give you the same result as what the author of this thread described - what you have explained will change the site header globally for entire site, while here we're discussing changing the banner for a single page.You're right. The solution given above by creating a new page and then renaming it to the name of old page might not work sometimes if you have any integration based on the page ID.
Hence, you can get back the page title and header back for existing pages easily using the PnP PowerShell commands (mentioned above as well):
Connect-PnPOnline -Url https://tenant.sharepoint.com/sites/siteName -UseWebLogin Set-PnPPage -Identity "MyPage" -LayoutType "Article"
For more information, check this article: SharePoint Online: Create a blank page without header & title
Note that you have to first install the PnP PowerShell module. Check below articles for more information:
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.
- jbeaulieuCopper Contributor
Ozlem
I know this is an older thread but I was looking for the solution to this and didn't understand what was proposed on this thread so wanted to share this solution I found on reddit as it worked for us:
The site's default home page will have a different layout than other Site Pages you've created, without the title section. To get the Title section, create a new Site Page, build it out to match your draft page, then in the Site Pages library you can make it your home page.