For some reason there is a new link on my quicklinks called “Site Contents”.
Solutions I’ve tried (and failed):
1)When I go to navigation on site settings, it does not show up there so I can’t hide it or delete it.
2) using Navigation Elements to get rid of all the quicklinks won’t be helpful because all the quicklinks were gone except “Site Contents”
3) Entering this script gets rid of all of quicklinks even Site Contents. <style>#sideNavBox { display:none; }</style> Only problem is I want to keep my quicklinks.
Any suggestions?
Edit your master page, Search for the “PlaceHolderQuickLaunchBottom” content-place holder & comment out the div tags as mentioned below,
<asp:ContentPlaceHolder id=”PlaceHolderQuickLaunchBottom” runat=”server”>
<%–<div class=”ms-core-listMenu-verticalBox”>
<SharePoint:ClusteredSPLinkButton
runat=”server”
id=”idNavLinkViewAll”
PermissionsString=”ViewFormPages”
NavigateUrl=”~site/_layouts/15/viewlsts.aspx”
Text=”<%$Resources:wss,AllSiteContentMore%>”
accesskey=”<%$Resources:wss,quiklnch_allcontent_AK%>”
CssClass=”ms-core-listMenu-item ms-core-listMenu-heading” />
</div>–%>
</asp:ContentPlaceHolder>