I'm currently using ASP.NET Zero V5.3 (ASP.NET CORE + JQUERY Template). What's the recommended method of changing theme colors? I'm trying to get rid of all the purple. It's unclear whether I need to rebuild the Metronic theme or if I can just change the already existing .css files.
Thanks!
5 Answer(s)
-
0
You rebuild all the files. Or upgrade to v5.4,looks like they made some preconfigured themes.
-
0
Thanks for the response, I'll try an upgrade first.
-
0
Yes, in 5.4 Visual Settings there is now the option to pick from predefined colors. The blue theme looks nice, there's a pink but I wish it was red. Thanks again for your help.
-
0
Hi,
We have created a simple custom build tool for metronic and placed it into a private github repository with Metronic's source code here <a class="postlink" href="https://github.com/aspnetzero/metronic">https://github.com/aspnetzero/metronic</a>.
We will create a small document for explaining how to create a new color <a class="postlink" href="https://github.com/aspnetzero/metronic/issues/4">https://github.com/aspnetzero/metronic/issues/4</a>.
-
0
This is very useful, thanks ismcagdas!