Apply Theme in SharePoint 2013 using PowerShell

Themes are the quick and easiest way to apply branding to SharePoint sites. In SharePoint 2013, Themes got changed and redesigned as the “Composed Look” feature. As it sounds “Composed” look, it simply defines theming by combining design elements: Master page – AKA site layout, Color theme, Font schemes, and background images….

Read more

How to Hide Share, Follow, and Sync Buttons in SharePoint 2013?

We got a requirement to remove the Share, Follow, and Sync buttons in SharePoint 2013. Let me summarize various ways to disable these buttons: How to disable the “Share” button in SharePoint 2013? Share functionality in SharePoint allows existing users of the site to invite someone to SharePoint. Once the request is…

Read more

Composed Look Feature in SharePoint

Themes are the quick and easiest way to apply branding to SharePoint sites. Themes got changed over time in SharePoint’s history. Now from SharePoint 2013, Themes are redesigned as the “Composed Look” feature. As it sounds “Composed” look, it simply defines theming by combining design elements: Master page – AKA site layout,…

Read more

Branding SharePoint 2013 Top Navigation Menu bar with Custom CSS

Branding SharePoint top navigation is one of the frequent requirement in SharePoint implementations. Here is my quick way to apply branding to SharePoint 2013 top navigation menu.  Step 1: Create a custom CSS file with custom styles for your navigation menu (Find my CSS below!). Upload it either to the site assets…

Read more

Remove Theme from Site in SharePoint 2013 using PowerShell

Requirement: To enforce consistency, We wanted to reset custom themes applied on SharePoint sites by end-users in our SharePoint environment. How to remove a theme in SharePoint using PowerShell? Here is how to remove the theme from SharePoint programmatically using PowerShell: This removes and resets to default SharePoint theme. The same script…

Read more

Upload Master Page to SharePoint using PowerShell

Requirement: We have a SharePoint 2013 master page from third-party consultants and would like to copy-apply the master page to SharePoint sites. PowerShell script to upload Master page to SharePoint: Have you ever created a master page in SharePoint and uploaded it to your sites? Wouldn’t it be nice if there was…

Read more

How to Change Favicon in SharePoint 2013 / 2016?

Favicon – short form for “Favorites Icon” adds branding to SharePoint 2013 sites. It’s used not only for bookmarking Favourites but also in the address bar and browser icon locations. In case you want to change the favicon in SharePoint 2013, here are the options. SharePoint 2013 favicon location:By default, SharePoint 2013…

Read more