How to enable switcher in any page ?

Switcher

Note:- The switcher.html page are displayed in pages -> switcher in web

To enable the switcher then you must have to place below html, css, js in your html page .

Rootpath for switcher: html/partials/switcher.html

Rootpath for switcher-icon: html/partials/switcher-icon.html

	

	
    
<!--  Switcher scss -->
assets/scss/custom/_switcher.scss

	
    
<!--  Custom-switcher js -->
<script src="../assets/js/custom-switcher.js"></script>
	
	

"Below links shows how the switcher page looks like & path of the Switcher page in the template."

https://prnt.sc/dlNetXz_pbfC (Path:-pages/Switcher)

If you want switcher icon in html pages then replace below code in app header section


	
			
		
How to Delete Switcher ?

You don't want Swicher please follow below procedure to remove Switcher styles.

Step-1 : Remove switcher.html html page. Rootpath : html/partials/switcher.html

	
	
		
		
	
<!--  Switcher scss -->
assets/scss/custom/_switcher.scss
	
	
	

<!--  Custom-switcher js -->
<script src="../assets/js/custom-switcher.js"></script>