Sash – Symfony 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 – Symfony Bootstrap 5 Admin & Dashboard Template
  • Created Date: 07/July/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 – Symfony Bootstrap 5 Admin & Dashboard Template

Sash - Symfony 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 Symfony 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+ twig.html 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 twig.html,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 Symfony Bootstrap 5 Admin & Dashboard template, you will be able to get free download of all future updates.

Template Features

110+

twig.html 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
Installation Process of composer

In order to run Symfony 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)

Installation Process of Symfony

Here we are using "Composer" to download "Symfony" packages

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: Go to Example:C:\xampp\htdocs> path in command prompt.

Step3: Now type the following command line composer create-project symfony/skeleton my_project and hit enter to install the Symfony Packages in your "htdocs" folder.

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

Step5: Open the command prompt, then usecd path-to-your-project. Run the commonds listed below.

Step6: composer require webapp and composer require symfony/asset installation completed.

Step7: Once you are redirected to the C:\xampp\htdocs> path then you are sucessfully installed Symfony

If you have any further queries in installation please refer to the official website Click here

NOTE: After installation run the following command to get Symfony development server i.e., php -S 127.0.0.1:8000 -t public

How to Use Symfony Web Pack

In order to use Symfony Mix you need to install Node.js in your system

Recommended LTS (long term support) version of Node.js.

Download latest version of node.js from nodejs.org

Install Node.js using .exe downloaded file.

To check your node version, run node -v in a terminal/console window (cmd)

Now you need to install Node Modules in your project folder

1. Go to your project folder and there you will find a file called package.json.

2. Open the file in your editor and make sure that all the dependencies are correct as shown below

  • "@hotwired/stimulus": "^3.0.0",
  • "@symfony/stimulus-bridge": "^3.0.0",
  • "@symfony/webpack-encore": "^2.0.0",
  • "core-js": "^3.0.0",
  • "regenerator-runtime": "^0.13.2",
  • "webpack-notifier": "^1.6.0"
  • "file-loader": "^6.2.0",
  • "sass": "^1.51.0",
  • "sass-loader": "^12.0.0"

3. And now set your project root path in terminal or command prompt Example: cd my-project and type the below command line.

npm install

4. Wait until all the dependencies are downloaded to your project folder.

5. Now you can see the downloaded folder with the name of node_modules in your project folder.

6. Now in order to Compile Assets (webpack) first, you need to run development mode.

7. Set your project root path and type the below command line.

npm run dev

8. Once the development mode starts you can customize your assets

9. After your project is set into Development Mode you need not to run the Development Mode, again and again, you can simply run the below command line to compile your assets continuously.

npm run watch

10. Once you completed with the customization work you need to run your project in Production Mode in order to run Production Mode run the below command line

npm run build
How to Run Symfony Project in localhost
Step:1 Quick view of Installations

Download and Install the XAMPP from official site https://www.apachefriends.org/download.html

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

Step:2 Run project
  • First, Extract 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: php -S 127.0.0.1:8000 -t public to get Symfony development server.
versions
  • PHP : "^8.0.2",
  • Composer : "^2.3.3",
  • Symfony/framework : "^6.0",
The Basic Structure Of Symfony Project
        
											         
												├── assets
												├── bin
												├── config
												├── migrations 
												├── public 
												├── src  
												├── templates 
												├── translations
												├── var
												├── vendor
												├── .env
												├── .gitignore
												├── composer.json
												├── composer.lock 
												├── docker-compose.override.yml
												├── docker-compose.yml 
												├── package-lock.json
												├── package.json 
												├── symfony.lock
												└── webpack.config.js
											 
										
Folder Structure
        
										
										├── assets
										|   ├── Controllers
										|   ├── iconfonts
										|   ├── images
										|   ├── js
										|   ├── plugins
										|   ├── styles
										|   ├── switcher
										|   ├── app.js
										|   ├── bootstrap.js
										|   └── controller.json
										├── bin
										├── config
										├── migrations
										├── public
										├── src
										├── templates
										|   ├── 110+.html.twig Pages
										|   ├── layouts
										|   |   ├── landing
										|   |   |   ├── footer.html.twig
										|   |   |   ├── header.html.twig
										|   |   |   ├── header1.html.twig
										|   |   |   ├── sidebar.html.twig
										|   |   |   ├── sidebar1.html.twig
										|   |   |   └── switcher.html.twig
										|   |   ├── app-header.html.twig
										|   |   ├── app-header1.html.twig
										|   |   ├── app-sidebar.html.twig
										|   |   ├── custom-scripts.html.twig
										|   |   ├── custom-styles.html.twig
										|   |   ├── custom-switcher.html.twig
										|   |   ├── footer.html.twig
										|   |   ├── modals.html.twig
										|   |   ├── scripts-switcher.html.twig
										|   |   ├── scripts.html.twig
										|   |   ├── sidebar-right.html.twig
										|   |   ├── styles.html.twig
										|   |   └── switcher.html.twig
										|   ├── base.html.twig
										|   ├── custom-base.html.twig
										|   ├── landing-base.html.twig
										|   └── switcher-base.html.twig
										├── translations
										├── var
										├── vendor
										├── .env
										├── .gitignore
										├── composer.json
										├── composer.lock
										├── docker-compose.override.yml
										├── docker-compose.yml
										├── package-lock.json
										├── package.json
										├── symfony.lock
										└── webpack.config.js
							
						
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 theme colors, then follow the process.(Skip this process if this is not your requirement).

How to apply colors to the new chart?

Open themecolor.js (root path: assets/js/themecolor.js) and paste the below code inside of the function names() function of (// chart colors) section.

     
				
		
			export function names() {
		
				Ex:
					if(document.querySelector('#chartId1') !== null){
						myChart1();
					}
		
					if(document.querySelector('#chartId2') !== null){
						myChart2();
					}
		
				
			
  • Here (#chartId1) is nothing but, the id that you used for your particular chart.
  • Here myChart1(); is nothing but a function that you used for your particular chart.
  • Open empty.js file and add( myVarVal ) variable in a place, where you want to change the colors of your chart according to the primary color of the template.
  • NOTE: For more understanding please refer below code which we used in index1.js file present in root path: "assets/js/index1.js".
  • colors: [ myVarVal || "#38cab3","#e4e7ed"],
  • Here myVarVal is nothing but a variable name, if you use this variable anywhere then the color of that particular place will change according to theme color

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

FAQS
General Style

How to Change Font Style ?

Step 1:

Go To _fonts.scss (assets/styles/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(assets/styles/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: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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/layouts/app-sidebar.html.twigopen app-sidebar.html.twig 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 Logo ?

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

Step 1 :

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

			
																		
																		Before:
																			$('.fc-datepicker').datepicker({
																				showOtherMonths: true,
																				selectOtherMonths: true
																			});
														
																		After: 
																			$('.fc-datepicker').datepicker({
																				showOtherMonths: true,
																				selectOtherMonths: true,
																				dateFormat: "yy-mm-dd"
																			});
																		
																	
																

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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');
							
																		

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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');
							
																	

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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');
							
																	

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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');
																	

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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');
																	

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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();
																	}
																	

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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');
																	

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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')
																	

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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();
																		}
																	

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/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();
																		}
																	

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/styles/scss/bootstrap/_bootstrap-styles.scss )

Step 2 :

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/styles/scss/_variables.scss )

Step 2 :

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/styles/scss/_variables.scss )

Step 2 :

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/styles/scss/_variables.scss )

Step 2 :

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/styles/scss/_variables.scss )

Step 2 :

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/styles/scss/_variables.scss )

Step 2 :

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/styles/scss/_variables.scss )

Step 2 :

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/styles/scss/_variables.scss )

Step 2 :

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 (assets/styles/scss/bootstrap/_bootstrap-styles.scss )

Step 2 :

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 assets/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 "assets/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.

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 assets/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 "assets/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.

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 assets/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 "assets/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.

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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 assets/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 "assets/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.

NOTE: You must perform npm run dev command after changing or modifying the content in assets folder, otherwise those changes you've made will not be applied to your template.

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!