Friday, 23 September 2011

Hide Help button with CSS SharePoint 2010

To hide the help button next to search, you can override the Out-of-box Css provided by SharePoint 2010.

CSS -
<style>
.s4-help
{
visibility: hidden;
}
</style>

No comments:

Post a Comment