Base solution for your next web application
Open Closed

How change logo and background image? #5944


User avatar
0
ojarana created

i new on platform and I have host version (non tenant) but unknow how change background image and logos on application?, i upload from menu but just change the login, not the principal.


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    for host you can change logo at here:

    https://github.com/aspnetzero/aspnet-zero-core/blob/d44aa6324c1162cb948ccf84f818e6b0f49b94fd/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Views/Shared/Components/AccountLogo/AccountLogoViewModel.cs#L18

    https://github.com/aspnetzero/aspnet-zero-core/blob/d44aa6324c1162cb948ccf84f818e6b0f49b94fd/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Public/Views/Shared/Components/Header/HeaderViewModel.cs#L47

    at http://localhost:62114/AppAreaName/UiCustomization change UI.

  • User Avatar
    0
    ojarana created

    sorry, not work

  • User Avatar
    1
    maliming created
    Support Team

    @ojarana Sorry, I forgot one,try here: https://github.com/aspnetzero/aspnet-zero-core/blob/d44aa6324c1162cb948ccf84f818e6b0f49b94fd/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/Areas/AppAreaName/Models/Layout/HeaderViewModel.cs#L39

  • User Avatar
    0
    ojarana created

    yes this work. tanks.