Page 1 of 1

How to hide SharePoint ribbon

Posted: 18 Nov 2012
by JamesKook
Hello i want hide ribbon panel on a form, please help me how i can do this?

Image

Re: How to hide SharePoint ribbon

Posted: 20 Nov 2012
by flipper (Support)
Hello James. The easiest way hide ribbon is to use CSS button with additional style:

#s4-ribbonrow
{
display: none;
}


Image