Skip to main content

Sharepoint 2013/2016 Custom Theme Change/ Custom Color Changing/ SharePoint Branding

 Step By Step (Custom Sharepoint Theming) Color changing your Sharepoint Site

Learn how to deploy a custom theme Change to a SharePoint site by using the 
user interface. SharePoint includes preinstalled themes. 
You can create custom themes(Color Changes) by creating additional color palettes.

Here are the steps to create custom colors(Palettes) to SharePoint 2013/2016

Step1: Click --> Setting icon --> Site Settings


Step2:  Under Web Designer Galleries --> Themes



Step3: Theme Gallery --> 15(Open 15 Folder)


Step4: Download Any palette


Step5: Open the downloaded Palette and change the color what you want to 
change and save the file in a different name with extension .spcolor


Step6:  Then upload the file under 15 Folder

Step7: Then Back to Site Settings --> Composed Looks

Step8: Click new item





Step9:  Fill The Theme URL and the Color palette  URL which one you uploaded under
15 Folder then Save 

Step10: Back to Site Settings under look and Feel click Change the look

Step11: Now you can see the Which one you uploaded, Then select the theme




Step12: Click Try it out



Step13: Click Yes, Keep it


Step14: Finally you applied your Custom color to the Share point Site





If you have any Doubt feel free to comment here,.

Comments

Popular posts from this blog

Sharepoint 2013/2016 Theme Change/ SharePoint Branding

Change the look of your SharePoint site You can easily customize the look of your SharePoint site. If you are using SharePoint 2013/2016 here is the option to brand your site quickly. You can change the color, background, or fonts of your SharePoint site using themes Step1:  C lick  Settings, and click Site Settings Step2:  Under the  Look and Feel  heading, click  Change the look . Step3:   Choose another look from among the choices. Don’t worry if you don’t like the color or the image exactly, you can change that in the next step. Step4: You can change the background image, Colors, Site layout, Fonts in the left Side bar To add or change the background image , click  Change  and upload an image of your own To change the color scheme, click the arrow next to Colors and select another color scheme. To change the layout, click the arrow next to  Site layout  and select another layout, ...

Creating Master Page for HTML Websites

In this blog, you will learn how to create master page for Html/Static Sites, We can create master page using PHP. Step1: Change the Name of your file extension. index.html(all files extension)  into index.php Step2: Create header.inc.php and footer.inc.php files. Step3: Add header elements and navigation bar into  header.inc.php and   Add footer files into  footer.inc.php (Whatever you want to show in all pages(masterfile)) Step4: Remove the header and navbar, footer elements inthe index file and put the  <?php include_once 'includes/header.inc.php' ; ? > - header section <?php include_once 'includes/footer.inc.php' ; ? > - footer section Step5: Now you load the index.php file, Finally Website master page created

Material UI Tiles Display Template - sharepoint 2013

Search Results Webpart modern Material UI styled Tiles. you can show the sharepoint list to modern Tiles. Adding Managed property Mapping Add the search columns to managed property. <mso:ManagedPropertyMapping msdt:dt="string">&quot;quarter&quot;:&quot;RefinableString32&quot;,&quot;Employee Name&quot;:&quot;EmpNameOWSTEXT&quot;,&quot;Service Year&quot;:&quot;ServiceYearsOWSNMBR&quot;,&#39;Picture URL&#39;{Picture URL}:&#39;PublishingImage;PictureURL;PictureThumbnailURL&#39;,&#39;Link URL&#39;{Link URL}:&#39;Path&#39;,&quot;Title&quot;:&quot;Title&quot;,&quot;EventDate&quot;:&quot;EventDateOWSDATE&quot;,&quot;Category&quot;:&quot;CategoryOWSCHCS&quot;,&quot;Path&quot;:&quot;Path&quot;,'PictureHeight':'PictureHeight','PictureWidth':'PictureWidth','ImageDateCreated':'ImageDateCrea...