Showing posts with label #ID_AboutMe. Show all posts
Showing posts with label #ID_AboutMe. Show all posts

Tip of ze day - Hide the “About Me” link from the username drop down list in SharePoint 2013

Just add the following custom CSS to your stylesheet

.ms-core-menu-list li:first-child{
display: none;
}