Tuesday, August 14, 2012

Hide the SharePoint 2010 Web Part Checkbox


There are two options to remove this check box from view...

  1. Add the following CSS:

    .ms-WPHeaderTdSelection {
            display: none;
    }

    OR
  2. Display the web part without a title and add a content editor web part right before the list web part with the desired title text.
Thanks to Alpesh Nakar for the answers.

1 comment: