Base solution for your next web application
Open Closed

Changing Colors #5090


User avatar
0
DexterIT created

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)
  • User Avatar
    0
    bbakermmc created

    You rebuild all the files. Or upgrade to v5.4,looks like they made some preconfigured themes.

  • User Avatar
    0
    DexterIT created

    Thanks for the response, I'll try an upgrade first.

  • User Avatar
    0
    DexterIT created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    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>.

  • User Avatar
    0
    DexterIT created

    This is very useful, thanks ismcagdas!