0
kansoftware created
We are using ASP.NET Zero 12.1 (Metronic V8) for our web platform. Currently, we are tasked with a new requirement: to dynamically adjust the favicon and page title based on the tenant context. Project Type: ASP .NET Core + jQuery.
Thanks
2 Answer(s)
-
0
Hi @kansoftware
In the tenant settings page, a tenant can load a custom logo and css file. You can add two more items to this section and save them as we do for custom logo and css.
Then, you can use these two info in Layout page.
-
0
Hi @kansoftware
In the tenant settings page, a tenant can load a custom logo and css file. You can add two more items to this section and save them as we do for custom logo and css.
Then, you can use these two info in Layout page.
Thanks for quick response. Its done as you suggested.