Quantcast
Viewing all articles
Browse latest Browse all 21

SharePoint 2013 hide "Site Contents" in Quick Launch

This is actually rather easy using the title attribute selector:
#sideNavBox .ms-core-listMenu-item[title=”Site Contents”] { display: none; }

Or even target all elements with the matching href in the sideNavBox container:
#sideNavBox .ms-core-listMenu-item[href$=”/_layouts/15/viewlsts.aspx”] { display: none; }

Image may be NSFW.
Clik here to view.
image


Viewing all articles
Browse latest Browse all 21

Trending Articles