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
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
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
To enable Transparent Background Image you have to open switcherdata.tsx(src/commondata/switcherdata.tsx) file and remove comments for bg-img1 as shown in below
// class adding *******
document.querySelector(".app")?.classList.add("bg-img1");
document.querySelector(".app")?.classList.add("transparent-mode");
// class removing *******
document.querySelector(".app")?.classList.remove("bg-img2");
document.querySelector(".app")?.classList.remove("bg-img3");
document.querySelector(".app")?.classList.remove("bg-img4");
document.querySelector(".app")?.classList.remove("light-mode");
document.querySelector(".app")?.classList.remove("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.
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 Style2 you have to open switcherdata.tsx(src/commondata/switcherdata.tsx)file and remove comments for bg-img2 as shown in below
// class adding *******
document.querySelector(".app")?.classList.add("bg-img2");
document.querySelector(".app")?.classList.add("transparent-mode");
// class removing *******
document.querySelector(".app")?.classList.remove("bg-img1");
document.querySelector(".app")?.classList.remove("bg-img3");
document.querySelector(".app")?.classList.remove("bg-img4");
document.querySelector(".app")?.classList.remove("light-mode");
document.querySelector(".app")?.classList.remove("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.
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 Style3 you have to open switcherdata.tsx(src/commondata/switcherdata.tsx) file and remove comments for bg-img3 as shown in below
// class adding *******
document.querySelector(".app")?.classList.add("bg-img3");
document.querySelector(".app")?.classList.add("transparent-mode");
// class removing *******
document.querySelector(".app")?.classList.remove("bg-img1");
document.querySelector(".app")?.classList.remove("bg-img2");
document.querySelector(".app")?.classList.remove("bg-img4");
document.querySelector(".app")?.classList.remove("light-mode");
document.querySelector(".app")?.classList.remove("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.
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 Style4 you have to open switcherdata.tsx(src/commondata/switcherdata.tsx)file and remove comments for bg-img4 as shown in below
// class adding *******
document.querySelector(".app")?.classList.add("bg-img4");
document.querySelector(".app")?.classList.add("transparent-mode");
// class removing *******
document.querySelector(".app")?.classList.remove("bg-img1");
document.querySelector(".app")?.classList.remove("bg-img2");
document.querySelector(".app")?.classList.remove("bg-img3");
document.querySelector(".app")?.classList.remove("light-mode");
document.querySelector(".app")?.classList.remove("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.