Base solution for your next web application
Open Closed

Change Metronic Theme #3164


User avatar
0
bilalhaidar created

Hello, Is it possible for someone to change the Metronic theme? Is that too complicated? Any general guidance or recommendations?

Thanks


8 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We don't have any document or instructions for changing metronic to any other template but someone else might help you.

    Thanks.

  • User Avatar
    0
    tteoh created

    Hi,

    The theme settings is initialized at app.js for AngularJS based application. You might want to start from there.

    Search for "/* THEME SETTINGS */

    Regards, /tommy

  • User Avatar
    0
    bilalhaidar created

    Thanks I'll check that

  • User Avatar
    0
    tteoh created

    <cite>drcgreece: </cite> Thanks I'll check that

    FYI, if you are using AngularJS UI, the theme is referenced in two places. The other place is the MVC views.

    From what I can see, there are some js files referenced as part of metronic assets.

    Good luck! /tommy

  • User Avatar
    0
    bilalhaidar created

    Thanks Tommy. What do you mean by the theme is referenced in the MVC Views?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    I think he is talking about this file <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/MyCompanyName.AbpZeroTemplate.Web/Views/Layout/_Layout.cshtml">https://github.com/aspnetzero/aspnet-ze ... out.cshtml</a>.

  • User Avatar
    0
    tteoh created

    <cite>ismcagdas: </cite> Hi,

    I think he is talking about this file <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/MyCompanyName.AbpZeroTemplate.Web/Views/Layout/_Layout.cshtml">https://github.com/aspnetzero/aspnet-ze ... out.cshtml</a>.

    That's correct. The login is still going thru MVC first before switching to SPA.

    /tommy

  • User Avatar
    0
    bilalhaidar created

    Thanks!