Thursday, June 28, 2012

SharePoint 2010: hide "go back to site" link



<asp:content id="Main" contentplaceholderid="PlaceHolderMain" runat="server">


<style type="text/css">
   
    #s4-simple-gobackcont
    {
       display:none !important;
    }
</style>

</asp:content>


4 comments:

  1. could you please help with step by step on how to hide the above ??

    Many Thanks
    Raghu

    ReplyDelete
    Replies
    1. u can try 2 options.

      1)open your page in Sharepoint designer and place the code below content placeholder.
      2) go to your page in the sharepoint site, edit page > add content placeholder > copy the above stuff and save it.

      Delete
  2. This solution is not working in SP 2013 - do you have an option to hide in SP2013?

    ReplyDelete
  3. This option does not seem to work for SP2013 - do you have a workaround for this same functionality with SP2013? Thanks and appreciation.

    ReplyDelete

Followers