SharePoint Online supports two basic designs; The “Classic” and the “Modern” experience. The “Classic” experience is a highly customizable user interface much similar to an On-Prem experience. The “Modern” experience has some limitations on the design customizations unlike the "Classic" experience.
The "Modern" page can be created from Site Contents-> New->Page.
The modern page would be created in edit mode where you can choose the page layout and add the necessary webparts and publish the page.
The modern page would be created in edit mode where you can choose the page layout and add the necessary webparts and publish the page.
But, how to remove the page title from the page where the customizations are limited?
It's quite simple!!!
1. Open the page in the SharePoint designer -> "Advanced Edit Mode".
2. Look for the tag <mso:PageLayoutType msdt:dt="string">Article</mso:PageLayoutType>. Replace "Article" with "Home" as below and save the file.
<mso:PageLayoutType msdt:dt="string">Home</mso:PageLayoutType>
1. Open the page in the SharePoint designer -> "Advanced Edit Mode".
2. Look for the tag <mso:PageLayoutType msdt:dt="string">Article</mso:PageLayoutType>. Replace "Article" with "Home" as below and save the file.
<mso:PageLayoutType msdt:dt="string">Home</mso:PageLayoutType>
The title gets hidden on the page!
Happy SharePointing!!!
Comments
Post a Comment