I uploaded my company's site logo successfully to my site and whenever I created sites under my site collection, the logo is inheriting successfully. But the problem is when I click the site logo from any sub-site, it's taking me to that particular site's homepage, but not to the top-level site. How could I do that?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
The OOTB master page uses the ~site token as the URL to surround the site logo, just change this to ~sitecollection/ (the trailing slash is necessary) or even / depending on your particular requirements. In v4.master the section to change is at line 297 and should wind up looking something like:
|
||||
|
|
|
You need to edit the logo URL from SharePoint Designer... No options are available Out of the box... |
|||
|
|
|
out of the box, as said it is not possible. However, doing it for all sites separate would be ....... (). Better to use a little script (JScript) finding the link in the DOM (by name or ID) and replacing it with the required URL. |
|||||
|
