Hi Metronic team,
Our company purchased metronic 8.
Excuse me, how to change demo 38 light theme mode color?
In demo 38, the light theme mode color is #47be7d ,
we hope to change the color into #1b1e87 .
Hope to get your response.
Demo38ï¼https://preview.keenthemes.com/metronic8/demo38/index.html
Thank you so much
You are welcome! If you need any further help please let us know.
Hi,
You can customize the theme colors in src/sass/components/_variables.custom.scss
then recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.
Regards.