How to hide office 365 suite Bar in Sharepoint Online?

Hello Sharepointers,

In this blog, you can see the css script to hide Suite bar in Office 365. Please add a script editor or content editor web part on the page where you need to hide the suit bar.

/* To hide entire suiteBar */
div#suiteBarTop {
display: none;
}

Happy SharePointing folks 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *