Accordian
Toggle
If you want to change template colors and you are using scss filesFor the whole template color change,
:root {
--theme-deafult:
above 2 css 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:
#43B9B2;
--theme-secondary: #C280D2;
}above 2 css color variables also change
For the customizer remove, Just you need to remove one
js file which is
customizer.tsx