Change color of sidebar-menu
How i'm change color of sidebar, what is the file
Replies (1)
Deleted comment
Deleted comment
Hi,
If you are referring to the Metronic HTML template, demo1's layout sidebar, you can customize it in
src/sass/layout/_variables.custom.scss src/sass/layout/sidebar/_sidebar-light.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.