Top

Accordian

Toggle

For the whole template color change,

go to your scss folder and then find _variables.scss file in utils folder

you need to change $primary-color and $secondary-color variables hex code

open style.scss file from the scss folder
:root {
--theme-deafult: #2b5e5e;
--theme-secondary: #c06240;
}
above 2 css color variables also change

If you want to remove customizer from whole template, Just you need to remove one component which is theme >> src >> layouts >> Bodyview.vue in IndexCustomizer.vue

file to Delete below script file from your page

Accordion
For the dark mode page, just you have to add? dark-only class to body tag
For the RTL page, just you have to add rtl class to body tag and also add dir="rtl"attribute in your html tag