This SharePoint 2010 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 following SharePoint tutorials:
- How to hide Notebook and Site contents from quick launch in SharePoint Online
- Hide SharePoint list columns based on user permissions
- How to show/hide columns based on value of SharePoint radio button
- 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)
- Hide content type field in edit form in SharePoint Online/2013/2016
- 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 attach file button in SharePoint
- Hide Browse and Page tab from the page using CSS in SharePoint Online/2013/2016
- Remove or hide Replace It button from file upload dialog box 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.
I am Bijay from Odisha, India. Currently working in my own venture TSInfo Technologies in Bangalore, India. I am Microsoft Office Servers and Services (SharePoint) MVP (5 times). I works in SharePoint 2016/2013/2010, SharePoint Online Office 365 etc. Check out My MVP Profile.. I also run popular SharePoint web site SPGuides.com