- ABP Framework version: v7.0
- UI type: Angular
- DB provider: EF Core
Trying to replace the logo component using the ReplaceableComponentsService but not working, don't see any change. Replacing other components work fine.
9 Answer(s)
-
0
What is your template ? lepton ? lepton-x ?
-
0
lepton-x
-
0
Any updates on this issue?
-
0
When you are using lepton x, logo change with css. You may check the documentation.
https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular#leptonx-angular-ui did you tried that?:root { .lpx-theme-dark { --lpx-logo: url('/assets/images/logo/logo-light.svg'); --lpx-logo-icon: url('/assets/images/logo/logo-light-icon.svg'); --lpx-brand: #edae53; } .lpx-theme-dim { --lpx-logo: url('/assets/images/logo/logo-light.svg'); --lpx-logo-icon: url('/assets/images/logo/logo-light-icon.svg'); --lpx-brand: #f15835; } .lpx-theme-light { --lpx-logo: url('/assets/images/logo/logo-dark.svg'); --lpx-logo-icon: url('/assets/images/logo/logo-dark-icon.svg'); --lpx-brand: #69aada; } }
-
0
-
0
Any update on this issue? I need to get this resolved ASAP.
-
0
It's been almost 10 days for what should be a simple answer, please let me know if your documentation is incorrect and if this can not be done or provide a workaround to replace the Logo component.
Thank you,
-
0
Hi pablo sorry for return late,
It looks like a bug inside of application-layout-component we created an issue for this It'll fixed at next version of lepton-x theme
Best regards
-
0
When is the next version going to be released? Please update my support incident allowance since this is a bug. Thank you.