Skip to content

Commit cece342

Browse files
davidcfkVesaJuvonen
authored andcommitted
Update Use-CSS-to-brand-pages.md (SharePoint#2978)
Modification to the CSSRegistration occurs in the masterfile, not the css file. The example reflects the change to the relevant masterpage file (since it referred to contoso, I made a general assumption contoso.masterpage exists)
1 parent f76e3f4 commit cece342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/solution-guidance/Use-CSS-to-brand-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When you view the file, you'll notice many comments in this format: `/* [Replace
5454

5555
1. Make a copy of corev15.css and name it contosov15.css.
5656

57-
2. Open contosov15.css and modify the CssRegistration line to point to contosov15.css from corev15.css, as shown in the following example.
57+
2. Open the relevant masterpage (in this example, contoso.masterpage) and modify the CssRegistration line to point to contosov15.css from corev15.css, as shown in the following example.
5858

5959
```XML
6060
<SharePoint:CssRegistration Name="Themable/contoso.css" runat="server" />
@@ -188,4 +188,4 @@ namespace AlternateCSSAppAutohostedWeb.Services
188188
## See also
189189

190190
- [SharePoint site branding and page customization solutions](sharepoint-site-branding-and-page-customization-solutions.md)
191-
- [Branding and site provisioning solutions for SharePoint](branding-and-site-provisioning-solutions-for-sharepoint.md)
191+
- [Branding and site provisioning solutions for SharePoint](branding-and-site-provisioning-solutions-for-sharepoint.md)

0 commit comments

Comments
 (0)