Skip to content

Instantly share code, notes, and snippets.

@iago64
Last active October 6, 2016 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iago64/853fe9ab101db8689050d97505d451fc to your computer and use it in GitHub Desktop.
Save iago64/853fe9ab101db8689050d97505d451fc to your computer and use it in GitHub Desktop.
Hide Default SharePoint 2013 Elements in Branding
/*Hide lateral links*/
.ms-core-navigation { DISPLAY: none }
#contentBox { margin-left: 20px }
.ms-vb { line-height: 20px }
.ms-wiki-columnSpacing {padding: 0px !important; }
/*Hide Site Micro Feed title*/
.ms-microfeed-siteFeedTitleArea{display:none;}
/*Hide Searchbox*/
.ms-mpSearchBox {display:none;}
/*Hide MicroFeed Title*/
.ms-microfeed-siteFeedTitleArea{display:none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment