How to add logo in a SharePoint 2013 Existing Master Page
Steps -
1. Download a Copy of existing "Seattle.master" from the Master Page gallery.
2. Next, Open “Custom_Seattle.master” file in the editor of your Choice. You can use Visual Studio, SharePoint Designer or Notepad to open and edit it.
In the Designer or Notepad Change the Following -
To Change the Site Logo look for -
<SharePoint:SiteLogoImage CssClass=”ms-siteicon-img” name=”onetidHeadbnnr0″ id=”onetidHeadbnnr2″ LogoImageUrl=”/_layouts/15/images/siteIcon.png?rev=23″ runat=”server”>
Change the LogoImageUrl to whatever Logo you want to display in your Site.Make sure you add a relative url for the Logo Image.
<SharePoint:SiteLogoImage CssClass=”ms-siteicon-img” name=”onetidHeadbnnr0″ id=”onetidHeadbnnr2″ LogoImageUrl=”/_layouts/15/images/siteIcon.png?rev=23″ runat=”server”>
Change the LogoImageUrl to whatever Logo you want to display in your Site.Make sure you add a relative url for the Logo Image.
No comments:
Post a Comment