Hi,
We are planning to change default colors of metronic. While we do so, I want to know if there are some features of metronic which are removed from AspNetZero? So I remove those from my metronic build.
3 Answer(s)
-
0
Hi @ajayak
Don't have an answer to your question sorry. Just curious to know how you're handling the updating of the Metronic colors - are you actually bringing all the Metronic source (SCSS) files into your project as part of the whole build process?
Or are you simply creating an isolated build of Metronic...changing the colours....and then dropping the compiled styles.bundle.css into your project?
-
1
@xugowebtem,
We only allow default theme on our website, so it is relatively easy to manage theme.
In my project, I changed the color in demo1 (default) and compiled the css filed and replaced with default theme in AspNetZero metronic assets.
We choose this approach because we only change primary color of metronic and it is not so common to change the original code of metronic. Better to add overrides to the theme in our own code :)
-
0
Hi @ajayak
No, there is no feature related to that.