Color changes

You can change color easily:
1)For this you need to open scss/_variables_style.scss
2)And change the variables:
					$default_bg_color:							#ffffff;
					$default_text_color:						#7b7b7b;
					$default_color:								#52b765;
					$default_color02:							#323232;
					$gradient_color:							linear-gradient(to left, #44ae6f, #54b963);
				

*$default_color - base site color.
3)After changing the variables, you need to recompile the file: scss/style.scss
BACK TO TOP