Remove Virtualmin logo from login page in 2025

In 2025 its strange to me that there still is not way to HIDE the virtualmin logo from the home page login.

Here is how to do it manually EVERY time there is an upgrade or they change the theme to break the fix. So frustrating. Something that should be an easy button.

sudo nano /etc/webmin/authentic-theme/styles.css

.ui--img.img-title { display: none !important; }

@dsoden,

You can remove, and/or adjust the logo from the “Theme Configuration” page.

Screenshot 2025-09-13 12.52.57

The third from the left in my screenshot (palette icon).

Next you’ve got a few options:

  1. Theme Extensions
  2. Theme Logos
  3. Theme Backgrounds

These three options let you customize various aspects of the theme. If these customizations don’t persist between updates, please let us the team know so they can address this as I wouldn’t expect this to be intensional.

Peter, I think David means to remove or replace the product logo on the login page.

David, it is possible, see this post:

Feel free to submit pull requests to add this to our documentation here:

I don’t see why? First step is to replace the default page with your own index.html/php/whatever or even a blank page. or use the redirect options. I have no issue with advertising Virtualmin.

Some companies what to brand everything with their brand, it is perfectly normal.

sure, but why not simply override the default with the “owner” site if/when they have one?

Thanks llia

/etc/webmin/brand.info and removing the last line

file=/usr/share/webmin/virtual-server/images/brand.svg

Has the same effect as hiding via css.

@llia I assume this persists across upgrades unless there is some major change?

Everything you put in /etc/webmin stays the same during upgrades and shouldn’t change.

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.