Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.06 KB

File metadata and controls

18 lines (13 loc) · 1.06 KB
versionFrom
9.0.0

CSS and Images

Our homepage is currently missing the CSS and image files. To include these files:

  1. Navigate to the MyCustomUmbracoProject folder and the Custom Umbraco Template folder in File Explorer.

  2. Copy the css and images folders from the Custom Umbraco template folder and place it in the wwwroot folder inside the MyCustomUmbracoProject folder.

  3. Navigate to the Master template in the Settings section and update the stylesheet reference link to /css/main.css. Master Template

  4. Using Chrome/Firefox/Edge Developer Tools, start or refresh your http://localhost:xxxx.

    The network tab should not report any missing css or images files. If the network tab reports any error, check for typos and if the folders are in the right places.


Prev: Creating Your First Template and Content Node         Next: Displaying the Document Type Properties