Salaudeen Rajack

Salaudeen Rajack - SharePoint Expert with Two decades of SharePoint Experience. Love to Share my knowledge and experience with the SharePoint community, through real-time articles!

5 thoughts on “Change SharePoint 2013 Site Logo Link to Root Site URL

  • I followed all the steps and published but it still doesn’t work.

    Reply
  • Thanks for posting this. However, despite following all these steps and editing the master pages on SharePoint Design Manager, I’m still unable to see the changes being applied to the SharePoint site. Any thoughts on what needs to be done additionally? I greatly appreciate your help.

    Reply
    • Try checking the page in and approving it.

      Reply
  • **In javascript :**

    Using SP Chrome editor, upload a file in style library and script link to this js.
    Edit the JS and add :

    window.onload = function(){
    Var urlLogo = “/sites/xx/xx/xx”;
    document.getElementById(“ctl00_onetidProjectPropertyTitleGraphic”).href = urlLogo;
    }

    Reply
  • What about redirecting it to a site page? The site Home page

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *