Sash –CakePHP 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 Sash – CakePHP Bootstrap 5 Admin & Dashboard Template
  • Created Date: 26/Aug/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 forgot to rate it. Thank you so much!

Introduction
Welcome to Sash – CakePHP Bootstrap 5 Admin & Dashboard Template

Sash - CakePHP Bootstrap 5 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

Sash– is a CakePHP Bootstrap 5 Admin & Dashboard template using modern and minimal design. It is fully flexible user-friendly and responsive. Sash admin template is powered with HTML 5, SASS, & Bootstrap 5 which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 110+ php Pages & 60+ 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 php,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 Sash– is a CakePHP Bootstrap 5 Admin & Dashboard template, you will be able to get free download of all future updates.

Template Features

110+

php Pages

60+

Customized Plugins

6

Types of Charts

11

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
Dependencies
  • "php": ">=7.4"
  • "CakePHP = 4.3"
  • "Cakephp/cakephp": "4.4.*"
  • "Cakephp/plugin-installer": "^1.3"
  • "Cakephp/bake": "^2.6"
Installation Process of composer

In order to run CakePHP we need to install composer by the followingsteps
Steps to Download & Installation of Composer

Step1: Please visite the official web site of the composer www.getcomposer.org

Step2: Click on the Download option

Step3: Click on the Composer-Setup.exe you are done with download

Step4: Now right click on the Composer-Setup.exe file and select Run as administrator click on Yes

Step5: You'll be getting two options click as per your choice

Step6: I choose Recommended option here and if your developer you can check the box of the Developer Mode

Step7: And click on the Next button please make sure of installation path and then click Next

Step8: You'll be asked to enter proxy url please skip the step and click on the Next button

Step9: Please make sure with the PHP Version it should not be less than 7.3 V, here we used 8.0.9 Version and then click on the next button

Step10: To confirm that Composer is installed in your system then type Composer in command prompt (if you are using XAMPP then go to C:\xampp\htdocs location and type composer)

How to download CakePHP starter kit

Here we are using "Composer" to download "CakePHP" fremework

Note : This installation is shown based on XAMPP server..

Step1: Open command prompt, find the path of your XAMPP that is installed in your system.

Step2: Set your path as (Example: C:\xampp\htdocs>) in command prompt.

Step3. Now type the following command line to download the CakePHP fremework or starter kit in your "htdocs" folder composer create-project --prefer-dist cakephp/app:~4.0 my_app_name and press Enter.

Step4: Now your downloading is started please wait for sometime to download all the necessary dependencies and packages.

Step5: If you have any doubt, please go through the official documentation by clicking the link "https://book.cakephp.org/4/en/installation.html" .

After installation run following command to get CakePHP development server
"bin/cake server"
How to create Controllers

Step1: Open your CakePHP project folder set your path as (Example: C:\xampp\htdocs\my_app_name) in command the prompt.

Step2: Now type the following command line : cd bin    Example: C:\xampp\htdocs\my_app_name\bin>.

Step3: Next, type the following command line : cake and press enter, to install cake.

Step4: After that, type the following command line : cake bake controller controllername and press enter to create controller in : my_app_name/src/Controller/controllername.php .

The Basic Structure Of CakePHP Project
        
										
										├── .github
										├── bin
										├── config
										├── logs
										├── plugins
										├── resources
										├── src
										├── templates
										├── tests
										├── tmp
										├── vendor
										├── webroot
										├── .editorconfig
										├── .gitattributes
										├── .gitignore
										├── .htaccess
										├── composer.json
										├── composer.lock
										├── gulpfile.js
										├── index.php
										├── package-lock.json
										├── package.json
										├── phpcs.xml
										├── phpstan.neon
										├── phpunit.xml.dist
										└── README.md
							
						
  • First, unzip the project folder that you received from us.
  • Go to your project's root path, for example, path: myproject\templates. In this folder you will see 11+ folders with 120+ PHP files.
  • Navigate to your project's root path, for example, path:\myproject\templates\ and open element folder there you will find app-header.php,
    app-sidebar.php, footer.php, switcher.php, custom-switcher.php, and selector-model.php files.
  • Here default.php file is the base file for all the php pages except custom pages, switcher page and landing page.
  • Here error.php file is the base file for all custom pages ex: error400.php, error500.php,and error501.php, etc.
  • Here error1.php file is the base file for the remaining custom pages ex: login.php, register.php, etc.
  • And master1.php file is the base file for SwitcherPage.php page.
  • And landingmaster.php file is the base file for LandingPage.php page.
SCSS & CSS

Here we provided the packages.json and gulpfile.js files in your project you just need to run npm install in your terminal at your project root path.

After compilation of download, you can compile your SCSS & CSS files by following the below procedure.

Command Description
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 SCSS files under webroot/scss/ folder will be watched and upon changes made to these files, the styles task will be executed.
gulp dark In this template gulp dark command is for what ever changes are made in dark-style.scss will be watched and the changes automatically updated in dark-style.css file in css folder.
gulp skins In this template gulp skins command is for what ever changes are made in skin-modes.scss will be watched and the changes automatically updated in skin-modes.css file in css folder.
gulp color In this template gulp color command is for what ever changes are made in color1.scss will be watched and the changes automatically updated in color1.css file in css folder.
gulp transparent In this template gulp transparent command is for what ever changes are made in transparent-style.scss will be watched and the changes automatically updated in transparent-style.css file in css folder.
How to Run CakePHP Project in localhost

If you have installed XAMPP on your machine then please follow the below steps

Step:1 Quick view of Installations

1. Download and Install the Composer from official site https://getcomposer.org/

2. Install CakePHP by using Composer as mentioned in the installation process above.

Step:2 Run project

1. After downloading your CakePHP project, open Xampp and click on the start button on the Apache server and MySQL server.

2. Extract the zip folder of the CakePHP project that you received.

3. If your project is placed on a local server, for example, C:\xampp\htdocs\myprojectfolder, then type localhost followed by your project folder name in the browser to access the project.

4. If your project is placed in any other drive or location in your system, set that perticular project root path in the command prompt. Example: C:\Users\Admin\Desktop\myprojectfolder and type the command as shown below.

5. Example: C:\Users\Admin\Desktop\myprojectfolder bin/cake server

6. In my case, the CakePHP Development Server is started at http://localhost:8765 port, but it might be different port in your case.

7. Copy the url and past it in your favorite browser and hit enter to access your project

Installation Instructions For both CPANEL’S and FTP

Installation Instructions

Upload the Project that you have purchased, based on your uploading process on server

FTP Uploading Process
    Access FTP:
  1. Login to your FTP server using your login credentials provided by your hosting provider.
  2. Upload Project Files:
  3. Now extract the project folder that you have received, in any of your directories
  4. Now navigate to that directory using FTP panel and upload the project in Path: public_html/ directory in your FTP server .
  5. Once the uploading completes you can access your domain Example: www.example.com
cPanel Uploading Process
    Access cPanel:
  1. Login to your cPanel server using your login credentials provided by your hosting provider.
  2. Upload Project Files:
  3. Once you successfully accessed your cPanel dashboard, navigate and click on File Manager
  4. Now open public_html and click on Upload
  5. Here you can select your zipped project folder or you can simply drag and drop your zipped project folder, once the uploading is completed go back to the public_html folder
  6. In the public_html folder, you will find your zipped project folder now you need to extract that project folder
  7. Once the extraction is completed you can access your domain Example: www.example.com
versions
  • PHP : "^8.1.4",
  • Composer : "^2.2.9",
  • CakePHP/framework : "^4.3",
Folder Structure
        
											
												├── .github
												|   ├── workflows
												|   ├── workflows.yml
												|   ├── ISSUE_TEMPLATE.md
												|   └── PULL_REQUEST_TEMPLATE.md
												├── bin
												|   ├── bash_completion.sh
												|   ├── cake
												|   ├── cake.bat
												|   └── cake.php
												├── config
												|   ├── schema
												|   ├── .env.example
												|   ├── app_local.example.php
												|   ├── app_local.php
												|   ├── app.php
												|   ├── bootstrap_cli.php
												|   ├── bootstrap.php
												|   ├── paths.php
												|   ├── requirements.php
												|   └── routes.php
												├── logs
												├── plugins
												├── resources
												├── src
												|   ├── Console
												|   |   └── Installer.php
												|   ├── Controller
												|   |   ├── Component
												|   |   └── 9 Controllers.php files
												|   ├── Model
												|   |   ├── Behavior
												|   |   ├── Entity
												|   |   └── Table
												|   ├── View
												|   └── Application.php
												├── templates
												|   ├── cell
												|   ├── element
												|   |   ├── flash
												|   |   ├── app-header.php
												|   |   ├── app-header1.php
												|   |   ├── app-sidebar.php
												|   |   ├── custom-scripts.php
												|   |   ├── custom-styles.php
												|   |   ├── custom-switcher.php
												|   |   ├── footer.php
												|   |   ├── landing-app-header.php
												|   |   ├── landing-app-header1.php
												|   |   ├── landing-app-sidebar.php
												|   |   ├── landing-app-sidebar1.php
												|   |   ├── landing-scripts.php
												|   |   ├── landing-styles.php
												|   |   ├── landing-switcher.php
												|   |   ├── model.php
												|   |   ├── scripts.php
												|   |   ├── sidebar-right.php
												|   |   ├── styles.php
												|   |   └── switcher.php
												|   ├── Charts
												|   |   └── 9 .php files
												|   ├── Ecommerce
												|   |   └── 6 .php files
												|   ├── email
												|   |   ├── html
												|   |   └── text
												|   ├── Error
												|   |   ├── construction.php
												|   |   ├── error400.php
												|   |   ├── error401.php
												|   |   ├── error403.php
												|   |   ├── error404.php
												|   |   ├── error500.php
												|   |   ├── error503.php
												|   |   ├── forgotpassword.php
												|   |   ├── lockscreen.php
												|   |   ├── login.php
												|   |   └── register.php
												|   ├── layout
												|   |   ├── email
												|   |   ├── ajax.php
												|   |   ├── default.php
												|   |   ├── error.php
												|   |   ├── error1.php
												|   |   ├── landingmaster.php
												|   |   └── master1.php
												|   ├── Filemanager
												|   |   └── 4 .php files
												|   ├── Icons
												|   |   └── 11 .php files
												|   ├── Landingpage
												|   |   └── 11 .php files
												|   ├── Maps
												|   |   └── 3 .php files
												|   └── Pages
												|       └── (.php) 77 files
												├── tests
												├── tep
												├── vendor
												├── webroot
												|   ├── colors
												|   ├── css
												|   ├── font
												|   ├── iconfonts
												|   ├── img
												|   ├── js
												|   ├── plugins
												|   ├── scss
												|   ├── switcher
												|   ├── .htaccess
												|   ├── favicon.ico
												|   └── index.php
												├── .editorconfig
												├── .gitattributes
												├── .gitignore
												├── .htaccess
												├── composer.json
												├── composer.lock
												├── gulpfile.js
												├── index.php
												├── package-lock.json
												├── package.json
												├── phpcs.xml
												├── phpstan.neon
												├── phpunit.xml.dist
												└── README.md
											
										
Switcher?

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

NOTE:The switcher is different for custom pages, if you want to add switcher to the custom pages then follow the process.(Skip this process if this is not your requirement).

Chart color

NOTE: If you want to change your chart colors according to the themecolors, then follow the process.(Skip this process if this is not your requirement).

FAQS
General Style

How to Change Font Style ?

Step 1:

Go To _fonts.scss (webroot/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( webroot/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 Menu icons ?

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

To change Menu icons, Rootpath templates/element/app-sidebar.phpopen app-sidebar.php 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

			
																			
																			Before: (Feather Icons)
																			<li class="slide">
																				<a class="side-menu__item" data-bs-toggle="slide" href="<?= $this->Url->build('/') ?>">
																					<i class="side-menu__icon fe fe-home"></i>
																					<span class="side-menu__label">Dashboard</span>
																				</a>
																			</li>
															
																			After: (Material Design Icons)
																				<li class="slide">
																				<a class="side-menu__item" data-bs-toggle="slide" href="<?= $this->Url->build('/') ?>">
																						<i class="side-menu__icon mdi mdi-home"></i>
																						<span class="side-menu__label">Dashboard</span>
																					</a>
																				</li>
																			
																		
																	

How to Change Logo ?

Go To "webroot/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 Date Format ?

Step 1 :

To change Date Format, you have to add below js (dateFormat: "yy-mm-dd") in respective folder (webroot/js/form-elements.js)

			
																		
																		Before:
																			$('.fc-datepicker').datepicker({
																				showOtherMonths: true,
																				selectOtherMonths: true
																			});
														
																		After: 
																			$('.fc-datepicker').datepicker({
																				showOtherMonths: true,
																				selectOtherMonths: true,
																				dateFormat: "yy-mm-dd"
																			});
																		
																	
																
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 custom.js (webroot/js/custom.js) file and remove comments for rtl as shown in below


							
																		/******* RTL VERSION *******/
							
																		// $('body').addClass('rtl');
							
																	
Step 2 :
Remove the comments to enable rtl as shown below

							
																		/******* RTL VERSION *******/
							
																		$('body').addClass('rtl');
							
																	
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 custom.js (webroot/js/custom.js) file and remove comments for dark-mode as shown in below


																	//---- Dark mode ----- //
																	// $('body').addClass('dark-mode');
																	// $('body').removeClass('light-mode');
																	// $('body').removeClass('transparent-mode');
							
																	
Step 2 :
Remove the comments to enable dark-mode as shown below

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

How to Enable Transparent Theme?

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

To enable Transparent Theme you have to open custom.js (webroot/js/custom.js) file and remove comments for transparent-mode as shown in below


							
																	//---- Transparent mode ----//
																	// $('body').addClass('transparent-mode');
																	// $('body').removeClass('light-mode');
																	// $('body').removeClass('dark-mode');
							
																	
Step 2 :
Remove the comments to enable transparent-mode as shown below

							
																	//---- Transparent mode ----//
																	$('body').addClass('transparent-mode');
																	$('body').removeClass('light-mode');
																	$('body').removeClass('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 custom.js (webroot/js/custom.js) file and remove comments for layout-boxed as shown in below


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

																	/*Layout-width Styles*/
																	$('body').addClass('layout-boxed');
																	
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 custom.js (webroot/js/custom.js) file and remove comments for scrollable-layout as shown in below


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

																	/*Header-Position Styles*/
																	$('body').addClass('scrollable-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 custom.js (webroot/js/custom.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();
																		// }
																	
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();
																	}
																	

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 custom.js (webroot/js/custom.js) file and remove comments for icon-overlay as shown in below


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

							
																		// ***** Icon Overlay ***** //
																		$('body').addClass('icon-overlay');
																		$('body').addClass('sidenav-toggled');
																	

How to Enable Closed Sidemenu?

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

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


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

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

How to Enable Hover Sidemenu?

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

To enable Hover Sidemenu you have to open custom.js (webroot/js/custom.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();
																		// }
																	
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();
																		}
																	

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 custom.js (webroot/js/custom.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();
																		// }
																	
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();
																		}
																	
Primary Color For All Themes

How to Change Primary Color for All Themes (Light, Dark, Transparent)?

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 ( webroot/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 (webroot/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 (webroot/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 (webroot/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 _variables.scss file and replace what color you want as shown in below

Rootpath : _variables.scss (webroot/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 Theme Color?

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

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

Rootpath : _variables.scss (webroot/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 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 (webroot/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 (webroot/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.

Transparent Theme Style

If you want to change Transparent Theme color you need to change Transparent Body Color. Please follow the below process.

How to Change Transparent Body Color?

Please follow the below steps to change Transparent Body Color
Step 1 :

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

Rootpath : _bootstrap-styles.scss ( webroot/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.

Background Image Style

If you want to give best background image for your Transparent Theme you need to follow below process.

How to Enable Transparent Background Image Style1?

Please follow the below steps to enable Transparent Background Image Style1
Step 1 :

To enable Transparent Background Image Rootpath webroot/js/custom.js you have to open custom.js file and remove comments for bg-img1 as shown in below



																					// Bg-Image1 Style
																					// $('body').addClass('bg-img1');
																					// $('body').addClass('transparent-mode');
																					// $('body').removeClass('light-mode');
																					// $('body').removeClass('dark-mode');
																					
Step 2 :
Remove the comments to enable bg-img1 as shown below


																				// Bg-Image1 Style
																				$('body').addClass('bg-img1');
																				$('body').addClass('transparent-mode');
																				$('body').removeClass('light-mode');
																				$('body').removeClass('dark-mode');
																				

Go To "webroot/images/media" folder and replace your image with Previous image(bg-img1) within in image size.

Note: Please don't increase image size. Replace your image within given image size. otherwise the image will not fit in particular place it disturbs the template design.

How to Enable Transparent Background Image Style2?

Please follow the below steps to enable Transparent Background Image Style2
Step 1 :

To enable Transparent Background Image Rootpath webroot/js/custom.js you have to open custom.js file and remove comments for bg-img2 as shown in below



																				// Bg-Image2 Style
																				// $('body').addClass('bg-img2');
																				// $('body').addClass('transparent-mode');
																				// $('body').removeClass('light-mode');
																				// $('body').removeClass('dark-mode');
																				
Step 2 :
Remove the comments to enable bg-img2 as shown below


																				// Bg-Image2 Style
																				$('body').addClass('bg-img2');
																				$('body').addClass('transparent-mode');
																				$('body').removeClass('light-mode');
																				$('body').removeClass('dark-mode');
																				

Go To "webroot/images/media" folder and replace your image with Previous image(bg-img1) within in image size.

Note: Please don't increase image size. Replace your image within given image size. otherwise the image will not fit in particular place it disturbs the template design.

How to Enable Transparent Background Image Style3?

Please follow the below steps to enable Transparent Background Image Style3
Step 1 :

To enable Transparent Background Image Rootpath webroot/js/custom.js you have to open custom.js file and remove comments for bg-img3 as shown in below



																				// Bg-Image3 Style
																				// $('body').addClass('bg-img3');
																				// $('body').addClass('transparent-mode');
																				// $('body').removeClass('light-mode');
																				// $('body').removeClass('dark-mode');
																				
Step 2 :
Remove the comments to enable bg-img3 as shown below


																				// Bg-Image3 Style
																				$('body').addClass('bg-img3');
																				$('body').addClass('transparent-mode');
																				$('body').removeClass('light-mode');
																				$('body').removeClass('dark-mode');
																				

Go To "webroot/images/media" folder and replace your image with Previous image(bg-img1) within in image size.

Note: Please don't increase image size. Replace your image within given image size. otherwise the image will not fit in particular place it disturbs the template design.

How to Enable Transparent Background Image Style4?

Please follow the below steps to enable Transparent Background Image Style4
Step 1 :

To enable Transparent Background Image Rootpath webroot/js/custom.js you have to open custom.js file and remove comments for bg-img4 as shown in below



																				// Bg-Image4 Style
																				// $('body').addClass('bg-img4');
																				// $('body').addClass('transparent-mode');
																				// $('body').removeClass('light-mode');
																				// $('body').removeClass('dark-mode');
																				
Step 2 :
Remove the comments to enable bg-img4 as shown below


																				// Bg-Image4 Style
																				$('body').addClass('bg-img4');
																				$('body').addClass('transparent-mode');
																				$('body').removeClass('light-mode');
																				$('body').removeClass('dark-mode');
																				

Go To "webroot/images/media" folder and replace your image with Previous image(bg-img1) within in image size.

Note: Please don't increase image size. Replace your image within given image size. otherwise the image will not fit in particular place it disturbs the template design.

Landing Page Styles
To clear LocalStorage(cookie)

How to clear LocalStorage (cookie)?

Font-use

Google fonts are used in the template. They are as follows: Google Fonts

All Images are used: Pexels.com

thank you!