Accordian
Last updated Sep 15, 2024
Toggle
If you want to change theme colors and you are using scss filesFor the whole theme color change,
:root {
--theme-deafult:
above 2 scss color variables also 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
style.scss file from the scss folder
:root {
--theme-deafult:
#345463;
--theme-secondary: #96a65e;
}above 2 scss 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 >> Body.vue in
Customizer.vue
file to Delete below script file from your page