Style SharePoint 2016 List View Web Part with Custom CSS

Requirement: Add a custom style to SharePoint 2016’s standard list view web part to make it look like a dashboard! By default, the SharePoint list view web part looks dull, isn’t it? So, let us add some custom CSS to the SharePoint 2016 list view to make it look like a dashboard!…

Read more

Customize Suitebar Text and Link in SharePoint 2016 using PowerShell

Requirement: SharePoint 2016 has “SharePoint” as the suite bar branding text by default. What if you want to change it to something meaningful, say “Your Company Intranet”? Well, PowerShell can help customize the branding text, Logo, and URL in SharePoint 2016. PowerShell Script to change Suitebar navigation text and link: Here is…

Read more

SharePoint Online: PowerShell to Upload Master Page

Requirement: Upload master page to SharePoint Online. How to add a master page to SharePoint Online? To add a master page to SharePoint Online, do the following: PowerShell to Upload Master page to SharePoint Online This PowerShell script gets the Master page from the location specified and uploads it to SharePoint Online….

Read more

SharePoint Online: Change Master Page using PowerShell

Requirement: Change the Master Page in SharePoint Online. How to Set Master Page in SharePoint Online? If you want to change the master page in SharePoint Online, follow these steps: Note: If the Master Page link is not available in site settings, you need to activate SharePoint Publishing feature with these steps:…

Read more

How to Create SharePoint 2016 Design Package using Design Manager?

How to create a design package in SharePoint 2016? The design package is a .wsp file that can be created through the Design Manager in SharePoint 2013, or SharePoint 2016 and contains branding assets that are stored in Design Manager. With the packaging feature of the Design Manager, we can package all…

Read more

How to Create a Custom Master Page Using Design Manager in SharePoint 2016 – Step by Step?

What is Design Manager in SharePoint 2013? Design manager is a nifty tool introduced in SharePoint 2013 that uses an HTML-based approach to convert static HTML templates into SharePoint master pages and page layouts. Use Design Manager to implement Branding and customization to your SharePoint sites. The overall idea of the SharePoint…

Read more

How to Delete a Master Page in SharePoint using PowerShell?

Requirement:After deploying a new master page as part of the new branding, We wanted to delete the old master page from all SharePoint sites. As we’ve applied the new master page, we don’t want our existing custom master page to appear in the master page gallery and master page selection page. Delete…

Read more

SharePoint 2013 Design Manager – Cannot Map Network Drive in Windows Server 2008/2012?

Problem:  I was trying to map Master Page Gallery as a network drive from Windows Server 2008 R2 but got this error message: “Network Error: Windows cannot access <URL>. Check the spelling of the name. Otherwise, there might be a problem with your network. To try to identify and resolve network problems,…

Read more