Posts

Showing posts from June, 2018

Creating a Custom Master Page using Design Manager in SharePoint 2013

Image
A custom Master Page can be created by converting our custom HTML design, CSS files and other supporting files using the Design Manager. Prerequisites: ·          Design Manager is a Publishing feature, it is available only in the publishing site portal, and we should make sure that we are working on the Publishing site to get this feature available. ·          To use the Design Manager the user should have Design Permissions to the current working site. Steps: To create a Custom Master Pager we need to follow the below steps ·          We need to create our custom design , a custom design consists of o    At   least one HTML file that will be converted to SharePoint Master Page o    One or more CSS files o    JavaScript files o    Images o    Other supporting files ·    ...