Step by step Remove SharePoint 2013 ribbon on list display form
Follow the steps
1. Open SharePoint Designer and click on Open Site.
2. Enter site URL and click open to open your site.
3. SharePoint Designer 2013 opens the site and display site Name, List and Libraries.
4. Click on List and Libraries.
5. Click on the list.
6. Click display .aspx on Form right side panels
7. Add following code to your aspx form
<style type="text/css">
#s4-ribbonrow {
display: none;
}
</style>
Thank you very much
Fahadullah Karimi
SharePoint Specialist
List of PowerShell Commands in SharePoint 2013 Part 8 | How to move a SharePoint 2013 subsite within Site Collection |
No comments:
Post a Comment