I'm using Metronic 8 React Version. I want to change the primary color of the application. Tried doing it by overiding and setting the ($primary) variable in '_variables.custom.scss' file. Presently, its a purple shade (#7239ea), would like to change it to blue (#304294). The color is not changing. Tried running the app again, still no results.
In '_variables.custom.scss' file -
// $primary: #7239ea;
$primary: #304294;
Hi,
I've just tried to change $primary in src/_metronic/assets/sass/components/_variables.custom.scss
file and color was changed in the theme. Try to do it again, shouldn't be like you noted. There are no another place to change $primary color.
Regards,
Keenthemes support.