Zanex - ASP.Net Core6 & Mvc5 Bootstrap 5 Admin & Dashboard Template

Note:-

Please refer Faq's page in documentation itself for queries like customization like color ,rtl ,dark style..etc.

Dashboard
Welcome to Zanex –ASP.Net Core6 & Mvc5 Bootstrap 5 Admin & Dashboard Template
  • Created Date: 27/09/2022
  • Author: Spruko
  • Company: Spruko Technologies Private Limited
  • Support: support@spruko.com

Thank you for showing interest towards our admin template. Feel free to contact us any time. If you have any queries please contact live chat. We have a dedicated team to provide you the best support. If you want any queries please contact live chat or email : sprukotechnologies@gmail.com.

If You Love Our Template Design please don't forget to rate it, Thank you.

Introduction
Welcome to Zanex –ASP.Net Core6 & Mvc5 Bootstrap 5 Admin & Dashboard Template

Zanex - ASP.Net Core6 & Mvc5 Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using HTML5, CSS3, Bootstrap 5 framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.

If You Love Our Template Design Please don't forgot to rate it. Thank you so much! 😊

Template Description

Zanex – ASP.Net Core6 & Mvc5 is a Bootstrap Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Zanex admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 110+ CSHTML Pages & 50+ Plugins more UI elements . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it. Advanced Form-Elements like Date pickers, form elements are included. This template using Bootstrap 5 framework. This admin template is fully 100% Premium Admin Templates quality. This template designed for using HTML5,CSS3,Jquery. After Purchased this template you will get All CSHTML files,CSS, Scss and JS Files.

It has super clean flat user interface admin Backend design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design admin template.

it is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices

Once you Purchase Zanex – ASP.Net Core6 & Mvc5 is a Bootstrap Admin & Dashboard template, you will be able to get free download of all future updates.

Template Features

100+

CSHTML Pages

50+

Customized Plugins

9

Types of Charts

10

Types of Icons

Single Dashboard Horizontal and Vertical-menu Bootstrap 5 Responsive Framework
Well Commented Code 24 * 7 Professional Company Support Regular Updates
Select2 Mail Inbox File upload
Message Chat Form Elements Month & Date & Year Range Pickers
FormAdvanced Elements Data Tables Lockscreen Page
Error Page Under Construction Page Full Calendar
User Profile Invoice Page Pricing Tables
Easy to customize More Widgets Very Easy to Create your Own Site
Neat, clean and simple design W3C Validated Sweet Alert
Minimum Requirements

  • Visual Studio Code or Visual Studio 2022
  • C# for Visual Studio Code (latest version)
  • .NET 6.0 SDK
Installation Process of .NET SDK.

Step1: Please visite the Official Web Site of the ..NET SDK

Step2: Click on the Download .NET SDK. button

Step3: Now your .NET SDK file has downloaded and installed in your computer.

Instalation Process Of ASP.Net Core6 & Mvc5

Here we are using "ASP.Net Core6 & Mvc5 " download

If you know how to createASP.Net Core6 & Mvc5 project you can skip this step.

  • Assuming that you have already installed .NET SDK in your computer.
  • First, you need to create an environment at your project location For example:C:\project\projectname>
  • Use for Asp.Net Mvc5      This project folder path can be used to open the command.Now execute the command dotnet new mvc -o Projectname It creates a new ASP.NET MVC5
         project in the Project Name folder.
  • Use for Asp.Net Core6      This project folder path can be used to open the command.Now execute the command dotnet new webapp -o Projectname It creates a new ASP.NET Core6
         project in the Project Name folder.
  • Trust the HTTPS development certificate by running the following command dotnet dev-certs https --trust .
  • Now you are sucessfully installed ASP.Net Core6 & Mvc5 project.
Visual Studio Code
  • If you are using Visual Studio Code.
  • Go to your root project location path, then open the project file in your editor.
  • Open the command prompt, then use " cd /path-to-your-project ".
  • Enter the command dotnet watch run to get ASP.Net Core6 & Mvc5 development server.
Visual Studio
  • If you are using Visual Studio.
  • Open the Visual studio, then click on "Open a Project or Solution."
  • Go to your root project location path, then you will see inside the folder projectname.csproj. Select it, and then open the project file.
  • Now, press the key F5 to get ASP.Net Core6 & Mvc5 development server.
The Basic Structure Of ASP.NET Mvc5 Project

												
													├── bin/
													|   └── debug/
													|       └── net6.0
													├── Controllers/
													├── Models
													├── obj
													├── Properties
													├── Views
													├── wwwroot
													├── appsettings.Development.json
													├── appsettings.json
													├── gulpfile.js
													├── package-lock.json
													├── package.json
													├── program.cs
													├── Zanex.csproj
													└── Zanex.sln
												
											
  • First, unzip the project folder that you received from us.
  • Navigate as shown Example: C:\projectname\views in that project folder in will have 100 folders and in 100+ cshtml files.
  • Navigate as shown Example: C:\projectname\ Controllers in that project folder will have 99+ Controller.cs pages.
  • Navigate as shown Example: C:\projectname\views\shared\layouts Open folder there you will find _app-header.cshtml, _app-sidebar.cshtml and _footer.cshtml, and _switcher.cshtml, files and etc..,.
  • Here _Layout.cshtml file is the base file for all the cshtml pages.
  • Here _Layout1.cshtml file is the base file for all custom pages ex: error400.cshtml, error500.cshtml,and error501.cshtml, etc..,
  • Here _Layout2.cshtml file is the base file for all custom pages ex: login.cshtml, register.cshtml, etc..,
  • And _Layout3.cshtml file is the base file for SwitcherPage.cshtml page.
The Basic Structure Of ASP.NET Core6 Project

												
													├── bin/
													|   └── debug/
													|       └── net6.0
													├── obj
													├── Pages
													├── Properties
													├── wwwroot
													├── appsettings.Development.json
													├── appsettings.json
													├── gulpfile.js
													├── package-lock.json
													├── package.json
													├── program.cs
													├── Zanex.csproj
													└── Zanex.sln
												
											
  • First, unzip the project folder that you received from us.
  • Navigate as shown Example: C:\projectname\Pages in that project folder in will have 110+ folders and in 110+ cshtml files and 110+cshtml.cs files.
  • Navigate as shown Example: C:\projectname\Pages\shared\layouts Open folder there you will find _app-header.cshtml, _app-sidebar.cshtml and _footer.cshtml, and _switcher.cshtml, files and etc..,.
  • Here _Layout.cshtml file is the base file for all the cshtml pages.
  • Here _Layout1.cshtml file is the base file for all custom pages ex: login.cshtml, register.cshtml, etc..,
  • Here _Layout2.cshtml file is the base file for all custom pages ex: error400.cshtml, error500.cshtml,and error501.cshtml, etc..,
  • And _Layout3.cshtml file is the base file for SwitcherPage.cshtml page.
How to run ASP.Net Core6 & Mvc5 development server

Visual studio code
  • First, unzip the project folder that you received from us.
  • Go to your root project location path, then open the project file in your editor.
  • Open the command prompt, then use " cd /path-to-your-project ".
  • Now execute the command: dotnet watch run to getASP.Net Core6 & Mvc5 development server.
Visual studio
  • First, unzip the project folder that you received from us.
  • Go to your root project location path, then open the project file.
  • Just double click on the file Zanex.sln inside the project folder.
  • Now, press the keyF5 to getASP.Net Core6 & Mvc5 development server.
SCSS & CSS

Zanex comes with power of SCSS. The css files can be generated from scss by simply following below steps:

  • Gulp

    Gulp is a JavaScipt streaming task runner. It automate many development tasks. Using gulp you can perform tasks like running a local server, minifying code, compilation, Browser sync ,optimizing images, etc... We are using gulp which allows to easily compilation of scss to csss. You can read it more about it here.

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Nodejs

    Make sure to have the Node.js installed & running in your computer. If you have already installed nodejs on your computer, you can skip this step, otherwise install nodejs on your computer,

    Note : If you are using the latest version of Node JS or want to install and use the latest version, click here and install all the dependencies manually that are given below in command prompt.

  • Gulp

    Make sure to have the Gulp installed & running in your computer. If you have already installed gulp on your computer, you can skip this step. In order to install, just run command npm install -g gulp from your terminal.

  • After Completion of gulp Install. open gulpfile.js And install the "Declaration of gulp variables" in your command promt. In order to install, just run command
    npm install gulp,
    npm install gulp-sass,
    npm install gulp-postcss,
    npm install autoprefixer,
    npm install gulp-sourcemaps,
    npm install browser-sync,
    npm install gulp-cssbeautify,
    npm install gulp-beautify from your terminal.

    Make sure to have all above prerequisites installed & running in your computer. If you want to install more variables for your template, just declare the variables in gulpfile.js after that run in command promt

Installation

To setup, follow below mentioned steps:

  • Install Prerequisites

    Make sure to have all above prerequisites installed & running in your computer

  • Install Dependencies

    Open your terminal, go to your folder and enter the command npm install. This would install all required dependencies in node_modules folder.

After you finished with above steps, you can run the command to compile scss into css: gulp

Note:- please ensure that you have installed all nodemodules requried to run gulp tasks .

SCSS & CSS
GULP COMMANDS
Command Description
gulp Runs the project locally, starts the development server and watches for any changes in your code, including your html, javascript, sass, etc. The development server is accessible at http://localhost:3000.
gulp --tasks In this template gulp --tasks command is for list all the tasks defined in gulp file .
gulp watch In this template gulp watch command is for what ever changes made in scss folder, will watch and run an appropriate task. All the CSS files under assets/css/ folder will be watched and upon changes made to these files, the styles task will be executed.
Software Versions Used:
  • .Net fremework :4.8
  • C# for Visual Studio Code : 1.69
  • .NET : 6.0.202
ASP .Net Mvc5 Over All Folder Structure

											├── bin/
											|   └── Debug/
											|       └── net6.0/
											|           ├── appsettings.Development.json
											|           ├── appsettings.json/
											|           ├── package-lock.json
											|           ├── package.json
											|           ├── Zanex.deps.json/
											|           ├── Zanex.dll
											|           ├── Zanex.exe
											|           ├── Zanex.pdp
											|           ├── Zanex.runtimeconfig.json
											|           └── Zanex.staticwebassets.runtime.json
											├── Controllers
											|   └── 99 Controller.cs (files)
											├── Modals
											|   └── ErrorViewModel.cs
											├── obj
											|   ├── Debug
											|   ├── project.assets.json
											|   ├── project.nuget.cache
											|   ├── Zanex.csproj.nuget.dgspec.json
											|   ├── Zanex.csproj.nuget.g.props
											|   ├── Zanex.csproj.nuget.g.targets
											|   └── staticwebassets.pack.sentinel
											├── Properties
											|   └── launchSettings.json
											├── Views/
											|   ├── Shared__
											|   |   ├── _Layout.cshtml
											|   |   ├── _Layout.cshtml.css
											|   |   ├── _Layout1.cshtml
											|   |   ├── _Layout2.cshtml
											|   |   ├── _Layout3.cshtml
											|   |   ├── _ValidationScriptsPartial.cshtml
											|   |   ├── Error.cshtml
											|   |   └── layouts
											|   |       ├── _app-header.cshtml
											|   |       ├── _app-header1.cshtml
											|   |       ├── _app-sidebar.cshtml
											|   |       ├── _footer.cshtml
											|   |       ├── _sidebar-right.cshtml
											|   |       └── _switcher.cshtml
											|   ├── 100 Folders
											|   |   └── 109 .cshtml (Files)
											|   ├── _ViewImports.cshtml
											|   └── _ViewStart.cshtml
											├── wwwroot/
											|   ├── assets/
											|   |   ├── css/
											|   |   ├── iconfonts/
											|   |   ├── images/
											|   |   ├── js/
											|   |   ├── plugins/
											|   |   ├── scss/
											|   |   └── switcher/
											|   ├── css
											|   |   └── site.css
											|   ├── js
											|   |   └── site.js
											|   └── lib
											|   |    ├── bootstrap
											|   |    ├── jquery
											|   |    ├── jquery-validation
											|   |    └── jquery-validation-unobtrusive
											|   └── favicon.ion
											├── appsettings.Development.json
											├── appsettings.json
											├── gulpfile.js
											├── package-lock.json
											├── package.json
											├── program.cs
											├── zanex.csproj
											└── zanex.sln
											
Asp .Net Core6 Over All Folder Structure

											├── bin/
											|   └── Debug
											|       └── net6.0
											|           ├── appsettings.Development.json
											|           ├── appsettings.json
											|           ├── Zanex.deps.json
											|           ├── Zanex.dll
											|           ├── Zanex.exe
											|           ├── Zanex.pdb
											|           ├── Zanex.runtimeconfig.json
											|           └── Zanex.staticwebassets.runtime.json
											├── obj
											|   ├── Debug
											|   ├── project.assets.json
											|   ├── project.nuget.cache
											|   ├── Zanex.csproj.nuget.dgspec.json
											|   ├── Zanex.csproj.nuget.g.props
											|   ├── Zanex.csproj.nuget.g.targets
											|   └── staticwebassets.pack.sentinel
											├── Pages
											|   ├── Shared__
											|   |   ├── _Layout.cshtml
											|   |   ├── _Layout.cshtml.css
											|   |   ├── _Layout1.cshtml
											|   |   ├── _Layout2.cshtml
											|   |   ├── _Layout3.cshtml
											|   |   ├── _ValidationScriptsPartial.cshtml
											|   |   └── layouts
											|   |       ├── _app-header.cshtml
											|   |       ├── _app-header1.cshtml
											|   |       ├── _app-sidebar.cshtml
											|   |       ├── _footer.cshtml
											|   |       ├── _sidebar-right.cshtml
											|   |       └── _switcher.cshtml
											|   ├── 122 Folders
											|   |   ├── 122 .cshtml (Files)
											|   |   └── 122 .cshtml.cs (Files)
											|   ├── _ViewImports.cshtml
											|   ├── _ViewStart.cshtml
											|   ├── Error.cshtml
											|   ├── Error.cshtml.cs
											|   ├── Index.cshtml
											|   ├── Index.cshtml.cs
											|   ├── Privacy.cshtml
											|   └── Privacy.cshtml.cs
											├── Properties
											|   └──launchSettings.json
											├── wwwroot
											|   ├── assets
											|   |   ├── css
											|   |   ├── iconfonts
											|   |   ├── images
											|   |   ├── js
											|   |   ├── plugins
											|   |   ├── scss
											|   |   └── switcher
											|   ├── css
											|   |   └── site.css
											|   ├── js
											|   |   └── site.js
											|   └── lib
											|   |    ├── bootstrap
											|   |    ├── jquery
											|   |    ├── jquery-validation
											|   |    └── jquery-validation-unobtrusive
											|   └── favicon.ion
											├── appsettings.Development.json
											├── appsettings.json
											├── gulpfile.js
											├── package-lock.json
											├── package.json
											├── Program.cs
											├── zanex.csproj
											└── zanex.sln
											
Switcher?
Asp.Net Mvc5 Switcher?

If you want to add switcher to your template follow the below process.


Asp.Net Core6 Switcher?

If you want to add switcher to your template follow the below process.

How to change any chart color according to your theme color?

By default, the chart color will change based on the theme color.

You can replace the default chart with your own chart, but in order to change the colors of your chart with respect to the theme colors you have to follow the below steps.

How to replace your own chart with existing chart and change colors of that particular chart in Dashboard Page ?

Note: This process is only for replace your own chart in index.cshtml page

Step1:

Go to root path: wwwroot/assets/js/index1.js in that js file you will find a function named as index " function chartArea() " inside of that function replace the old chart js data with your new chart js data, in order to change your chart color according to your themecolor then add " myVarVal" or "any default color " (Ex:- myVarVal || "#6259ca") value to that particular color field based on your requirement.

Step2:

Navigate to root path: wwwroot/assets/js/ and open themeColors.js in that js file you will find a function called "(function names() )" In that function you will find

"if(document.querySelector('#chartArea') !== null){ chartArea(); }"

Then change it's id name based on the id that you've used for your particular chart.

Ex: How do I modify the Id in the "themeColors.js" file?

  • Before : "if(document.querySelector('#chartArea') !== null){ chartArea(); }"

  • After : "if(document.querySelector('# your chart id') !== null){ chartArea(); }"

How to add your new chart and change colors of that new chart according to your themecolor in Other Pages ?

Note : This process is only for adding your new chart to other pages.(Skip this process if this is not your requirement)

If you want to change the color of your chart with respect to the themecolor you have to follow the below steps.

Step 1:

If you want to add any chart to any other page then follow the below process.

Open js file of the particular chart that you wanted to add, in that js file (for example in my case: mychart.js), and inside of that js file create a new function with " unique " name (for example in my case: myFunction() ), and then place the chart js content inside of that function.

Note: If there is more than one chart then you need to create different functions for different charts respectively.

Ex-1: myFunction1() { chart js1 content }

Ex-2:myFunction2() { chart js2 content }
Step 2:

Navigate to root path: wwwroot/assets/js/themeColors.js in that js file you will find a function called "(function names() )" In that function you will find

"if(document.querySelector('#chartArea') !== null){ chartArea(); }"

Below this condition add a new condition with the "id name and function name" that you've used in your chart js (Ex: mychart.js)

Ex: " if(document.querySelector('# your chart id') !== null){ myFunction(); =>created function for the above id }"
Step 3:

If you want to change your chart (Ex: mychart.js) color according to your themecolor then follow the below process

Ex : Go to root path: wwwroot/assets/js/mychart.js in that js file you've already created a function (Ex: myFunction() ) inside of that function there are different color values based on the chart. so, if you want to change the color then add " myVarVal " or "any default color" value (Ex:- myVarVal || "#6259ca")to that particular color field based on your requirement.

FAQS
General Style

How to Change Font Style ?

Step 1:

Go To _fonts.scss (wwwroot/assets/scss/custom/fonts/_fonts.scss )

if you want to change another font-family Go to the site Google Fonts And Select One font Family and import In to style.css file

How to Select font Family

Example:

Step 2:

And paste Your Selected font-family in _fonts.scss

Example:
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

Step 3:

And add the Your Selected font-family in _bootstrap-styles.scss(wwwroot/assets/scss/bootstrap/_bootstrap-styles.scss)

Example:

															body {
																margin: 0;
																font-family: "Roboto", sans-serif;
																font-size: 14px;
																font-weight: 400;
																line-height: 1.5;
																color: $default-color;
																text-align: left;
																background-color: $background;
															}
														

Note : After Changing font you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

How to Change Logo ?

Go To "wwwroot/assets/images/brand" folder and replace your logo with Previous Logos within in image size. note: Please don't increase logo sizes. Replace your logo within given image size. otherwise the logo will not fit in particular place it disturbs the template design.

How to change Menu icons ?

Use for Asp.Net Mvc5

By default menu icons are feather icons if you want to change icons please follow below steps
Step 1 :

To change Menu icons, Go to Root Path: Views/Shared/layouts/ and open _app-sidebar.cshtml, in that section you will find feather icons of menu in i tag, there you can replace previous icon with your icon. Example as shown in below

																		
																			
																		
																	
Use for Asp.Net Core6
By default menu icons are feather icons if you want to change icons please follow below steps
Step 1 :

To change Menu icons, Go to Root Path: Pages/Shared/layouts/ and open _app-sidebar.cshtml, in that section you will find feather icons of menu in i tag, there you can replace previous icon with your icon. Example as shown in below

																						
																							
																						
																					

How to change Date Format ?

Step 1 :

To change Date Format, you have to add below js (format: "dd-mm-yyyy") in respective folder (wwwroot/assets/js/form-elements.js)

														
															
														
													
How to Enable RTL Version

How to Enable RTL Version?

Please follow the below steps to enable RTL Version
Step 1 :

To enable RTL Version you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for rtl as shown in below



												/******* RTL VERSION *******/
												// $('body').addClass('rtl');
												/******* RTL VERSION *******/

											
Step 2 :
Remove the comments to enable rtl as shown below


												/******* RTL VERSION *******/
												$('body').addClass('rtl');
												/******* RTL VERSION *******/

											
Theme Styles

How to Enable Dark Theme?

Please follow the below steps to enable Dark Theme
Step 1 :

To enable Dark Theme you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for dark-mode as shown in below



													//*******  Dark mode *******  //
													// $('body').addClass('dark-mode');
													// $('body').removeClass('light-mode');
													//*******  Dark mode *******  //

											
Step 2 :
Remove the comments to enable dark-mode as shown below


													//*******  Dark mode *******  //
													$('body').addClass('dark-mode');
													$('body').removeClass('light-mode');
													//*******  Dark mode *******  //

											
Layout Width Styles

How to Enable Boxed-Layout?

Please follow the below steps to enable Boxed-Layout
Step 1 :

To enable Boxed-Layout you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for layout-boxed as shown in below


											// ***** Layout-width Styles ***** //
											// $('body').addClass('layout-boxed');
											// ***** Layout-width Styles ***** //
Step 2 :
Remove the comments to enable layout-boxed as shown below

											// ***** Layout-width Styles ***** //
											$('body').addClass('layout-boxed');
											// ***** Layout-width Styles ***** //
Layout Positions

How to Enable Scrollable-Layout?

Please follow the below steps to enable Scrollable-Layout
Step 1 :

To enable Scrollable-Layout you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for scrollable-layout as shown in below


											// ***** Scrollable-Layout ***** //
											// $('body').addClass('scrollable-layout');
											// ***** Scrollable-Layout ***** //
Step 2 :
Remove the comments to enable scrollable-layout as shown below

											// ***** Scrollable-Layout ***** //
											$('body').addClass('scrollable-layout');
											// ***** Scrollable-Layout ***** //

How to Enable Fixed-Layout?

Please follow the below steps to enable Fixed-Layout
Step 1 :

To enable Fixed-Layout you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for fixed-layout as shown in below



											// ***** Fixed-Layout ***** //
											// $('body').addClass('fixed-layout');
											// ***** Fixed-Layout ***** //
Step 2 :
Remove the comments to enable fixed-layout as shown below


											// ***** Fixed-Layout ***** //
											$('body').addClass('fixed-layout');
											// ***** Fixed-Layout ***** //
Sidemenu layout Styles

How to Enable Sidemenu-Icon-with Text?

Please follow the below steps to enable Sidemenu-Icon-with Text
Step 1 :

To enable Sidemenu-Icon-with Text you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for icontext-menu as shown in below



											// ***** Icon with Text *****//
											// $('body').addClass('icontext-menu');
											// $('body').addClass('sidenav-toggled');
											// if(document.querySelector('.icontext-menu').firstElementChild.classList.contains('login-img') !== true){
											// icontext();
											// }
											// ***** Icon with Text *****//
Step 2 :
Remove the comments to enable icontext-menu as shown below


												// ***** Icon with Text *****//
												$('body').addClass('icontext-menu');
												$('body').addClass('sidenav-toggled');
												if(document.querySelector('.icontext-menu').firstElementChild.classList.contains('login-img') !== true){
												icontext();
												}
												// ***** Icon with Text *****//

How to Enable Sidemenu-Icon Overlay?

Please follow the below steps to enable Sidemenu-Icon Overlay
Step 1 :

To enable Sidemenu-Icon Overlay you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for icon-overlay as shown in below



												// ***** Icon Overlay ***** //
												// $('body').addClass('icon-overlay');
												// $('body').addClass('sidenav-toggled');
												// if(document.querySelector('body').classList.contains('login-img') !== true){
												// hovermenu();
												// ***** Icon Overlay ***** //
Step 2 :
Remove the comments to enable icon-overlay as shown below


												// ***** Icon Overlay ***** //
												$('body').addClass('icon-overlay');
												$('body').addClass('sidenav-toggled');
												if(document.querySelector('body').classList.contains('login-img') !== true){
												hovermenu();
												}
												// ***** Icon Overlay ***** //

How to Enable Closed Sidemenu?

Please follow the below steps to enable Closed Sidemenu
Step 1 :

To enable Closed Sidemenu you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for closed-leftmenu as shown in below



												// ***** closed-leftmenu ***** //
												// $('body').addClass('closed-leftmenu');
												// $('body').addClass('sidenav-toggled')
												// ***** closed-leftmenu ***** //
Step 2 :
Remove the comments to enable closed-leftmenu as shown below


												// ***** closed-leftmenu ***** //
												$('body').addClass('closed-leftmenu');
												$('body').addClass('sidenav-toggled')
												// ***** closed-leftmenu ***** //

How to Enable Hover Sidemenu?

Please follow the below steps to enable Hover Sidemenu
Step 1 :

To enable Hover Sidemenu you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for hover-submenu as shown in below



												// ***** hover-submenu ***** //
												// $('body').addClass('hover-submenu');
												// $('body').addClass('sidenav-toggled')
												// if(document.querySelector('.hover-submenu').firstElementChild.classList.contains('login-img') !== true){
												// hovermenu();
												// }
												// ***** hover-submenu ***** //
Step 2 :
Remove the comments to enable hover-submenu as shown below


												// ***** hover-submenu ***** //
												$('body').addClass('hover-submenu');
												$('body').addClass('sidenav-toggled')
												if(document.querySelector('.hover-submenu').firstElementChild.classList.contains('login-img') !== true){
												hovermenu();
												}
												// ***** hover-submenu ***** //

How to Enable Hover Sidemenu Style 1?

Please follow the below steps to enable Hover Sidemenu Style 1
Step 1 :

To enable Hover Sidemenu Style 1 you have to open swither-styles.js (wwwroot/assets/js/swither-styles.js) file and remove comments for hover-submenu1 as shown in below



												// ***** hover-submenu style 1 ***** //
												// $('body').addClass('hover-submenu1');
												// $('body').addClass('sidenav-toggled')
												// if(document.querySelector('.hover-submenu1').firstElementChild.classList.contains('login-img') !== true){
												// hovermenu();
												// }
												// ***** hover-submenu style 1 ***** //
Step 2 :
Remove the comments to enable hover-submenu1 as shown below


												// ***** hover-submenu style 1 ***** //
												$('body').addClass('hover-submenu1');
												$('body').addClass('sidenav-toggled')
												if(document.querySelector('.hover-submenu1').firstElementChild.classList.contains('login-img') !== true){
												hovermenu();
												}
												// ***** hover-submenu style 1 ***** //
Primary Color For All Themes

How to Change Primary Color?

Please follow the below steps to change Primary Color
Step 1 :

To change Primary Color you have to open _bootstrap-styles.scss file and replace what color you want as shown in below

Rootpath : _bootstrap-styles.scss (wwwroot/assets/scss/bootstrap/_bootstrap-styles.scss )

Step 2 :

Note : After Changing color you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Light Theme Style

If you want to change Light Theme color you need to follow the below process. Below are the background color, text color and border color of Light Theme. Please follow the below process.

How to Change Light Background Color?

Please follow the below steps to change Light Background Color
Step 1 :

To change Light Background Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (wwwroot/assets/scss/_variables.scss )

Step 2 :

Note : After Changing color you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

How to Change Light Text Color?

Please follow the below steps to change Light Text Color
Step 1 :

To change Light Text Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (wwwroot/assets/scss/_variables.scss )

Step 2 :

Note : After Changing color you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

How to Change Light Border Color?

Please follow the below steps to change Light Border Color
Step 1 :

To change Light Border Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (wwwroot/assets/scss/_variables.scss )

Step 2 :

Note : After Changing color you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Dark Theme Style

If you want to change Dark Theme color you need to follow the below process. Below are the body color, theme color, border color and text color of Dark Theme. Please follow the below process.

How to Change Dark body Color?

Please follow the below steps to change Dark body Color
Step 1 :

To change Dark body Color you have to open _bootstrap-styles.scss file and replace what color you want as shown in below

Rootpath : _bootstrap-styles.scss (wwwroot/assets/scss/_bootstrap-styles.scss )

Step 2 :

Note : After Changing color you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

How to Change Dark Theme Color?

Please follow the below steps to change Dark Theme Color
Step 1 :

To change Dark Theme Color you have to open _bootstrap-styles.scss file and replace what color you want as shown in below

Rootpath : _bootstrap-styles.scss (wwwroot/assets/scss/_bootstrap-styles.scss )

Step 2 :

Note : After Changing color you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

How to Change Dark Border Color?

Please follow the below steps to change Dark Border Color
Step 1 :

To change Dark Border Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (wwwroot/assets/scss/_variables.scss )

Step 2 :

Note : After Changing color you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

How to Change Dark Text Color?

Please follow the below steps to change Dark Text Color
Step 1 :

To change Dark Text Color you have to open _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (wwwroot/assets/scss/_variables.scss )

Step 2 :

Note : After Changing color you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Local Storage

How to clear LocalStorage (cookie)?

Step1:

Open themeColors.js file wwwroot/assets/js/themeColors.js

To clear LocalStorage loading functions you need to remove localStorageBackup() {} and localStorageBackup() calling function in themeColors.js as shown below

function localStorageBackup() {}
Step2:

To remove complete LocalStorage saving you need to remove all localstorage related calling functions in switcher-styles.js wwwroot/assets/js/switcher-styles.js files.

LocalStorage related functions like localStorage.setItem, localStorage.removeItem, localStorage.getItem, localStorage.clear. Below are the some examples to find out.


															localStorage.setItem('zanexdarkMode', true);
															localStorage.removeItem('zanexlightMode');
THANK YOU!