Hi Folks,
In this post we are going to write a css class which will hide ribbon of the sharepoint page.
Below is the css class which does the trick.
#s4-ribbonrow
{
display:none !important;
}
In this post we are going to write a css class which will hide ribbon of the sharepoint page.
Below is the css class which does the trick.
#s4-ribbonrow
{
display:none !important;
}
No comments:
Post a Comment