Open Closed

Remove Logo and placeholder from login screen using commercial blazor #2928


User avatar
0
safi created

Hi

I want to hide this please let me know how can I do this.

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

2 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Fullstack Developer

    Hi,

    Find the<YourProject>BrandingProvider

    [Dependency(ReplaceServices = true)]
    public class MyProjectNameBrandingProvider : DefaultBrandingProvider
    {
        public override string LogoUrl => "";
        public override string LogoReverseUrl => "";
        public override string AppName => ....;
    }
    
    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    safi created

    Hi,

    Find the<YourProject>BrandingProvider

    [Dependency(ReplaceServices = true)] 
    public class MyProjectNameBrandingProvider : DefaultBrandingProvider 
    { 
        public override string LogoUrl => ""; 
        public override string LogoReverseUrl => ""; 
        public override string AppName => ....; 
    } 
    

    Hi

    Can you please check this https://support.abp.io/QA/Questions/2901/How-can-I-set-a-landing-page-for-admin-in-Abp-io

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 21, 2026, 06:18
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.