Top

Template color settings


For the whole template main 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

// template colors variables
$primary-color: #01AA85;
$secondary-color: #e3f7f3;

above 2 css color variables also change

Make sure your $primary-color code should be same.

similar change for secondary also