In this SharePoint tutorial, we will discuss how we to hide the message “The current page has been customized from its template. Revert to template” which comes when you modify a SharePoint page.
Most of the time, if you have modified the pages using SharePoint designer, then the warning message will appear.
The current page has been customized from its template. Revert to template
We can easily hide this message by using a piece of CSS code.
The id for this message is “DeltaPageStatusBar“.
First, edit the page and then add a content editor web part or script editor web part (for SharePoint 2013) (Click on Insert and then Web Part and then select Media and Content category and then add Script Editor web part).
Then write the below CSS code:
<style>
#DeltaPageStatusBar { display: none; }
</style>
Now save the page, the message “The current page has been customized from its template. Revert to template” will not appear.
You may like the following SharePoint tutorials:
- How to hide Notebook and Site contents from quick launch in SharePoint Online
- Hide SharePoint list columns based on user permissions
- Different ways to hide/disable quick edit in a list in SharePoint 2013/2016/Online
- How to remove/hide default title column from SharePoint Online list (modern/Classic)
- Disable or Hide Sync Button at SharePoint Online Site and Document Libraries Level
- Hide Edit Links option in SharePoint 2013/2016/Online
- Hide Site Settings Gear icon for users other than owners in SharePoint 2013/2016
- Hide Browse and Page tab from the page using CSS in SharePoint Online/2013/2016
Here we learned how to hide The current page has been customized from its template. Revert to template message from a SharePoint page.
After working for more than 15 years in Microsoft technologies like SharePoint, Office 365, and Power Platform (Power Apps, Power Automate, and Power BI), I thought will share my SharePoint expertise knowledge with the world. Our audiences are from the United States, Canada, the United Kingdom, Australia, New Zealand, etc. For my expertise knowledge and SharePoint tutorials, Microsoft has been awarded a Microsoft SharePoint MVP (9 times). I have also worked in companies like HP, TCS, KPIT, etc.