H
Homarr4mo ago
Lucky

how to disable Logo and favicon?

what the title says. i want to remove the logo and favicon. is there a way?
Solution:
.dashboard-header-logo-image {
display: none;
}
.dashboard-header-logo-image {
display: none;
}
...
Jump to solution
18 Replies
Cakey Bot
Cakey Bot4mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Manicraft1001
Manicraft10014mo ago
Hi, you can write custom CSS to do that. Homarr does not have such a setting built in
Manicraft1001
Manicraft10014mo ago
See our documentation at https://homarr.dev for further information on custom CSS
Homarr documentation
Simplify the management of your server with Homarr - a sleek, modern dashboard that puts all of your apps and services at your fingertips. With Homarr, you can access and control everything in one convenient location. Homarr seamlessly integrates with the apps you've added, providing you with valuable information and giving you complete control....
Lucky
Lucky4mo ago
Hello, thanks for the reply. is this a feature we could see in the future?
Manicraft1001
Manicraft10014mo ago
What is your use case? Why do you want to hide it?
Lucky
Lucky4mo ago
Homelab. and i dont have a logo i can replace it with so i would just like to get rid of the crab.
Manicraft1001
Manicraft10014mo ago
But why remove it? It doesn't take up any space from your screen (the header is the same height regardless if there's an logo). We invest many hours daily into Homarr and removing attribution is not something we appreciate. To answer your question; no probably not. You'd have to write custom CSS.
Lucky
Lucky4mo ago
I understand. i am not trying to remove any attribution, the logo just doesn't fit in with the theme and color theme that i am going with for my homelab. anyways, thanks for answering my question. much appreciated
Manicraft1001
Manicraft10014mo ago
I understand. Perhaps you could recolor the homarr logo and use it as a custom logo. Currently I am on my mobile phone (I'm in holidays) so I cannot write you any custom CSS. You need to wait for @Tag - he should be able to write you some if you don't know how to yourself. I hope this helps 🙂 Cheers
Lucky
Lucky4mo ago
Sounds good, thanks very much for your help and have a splendid holiday😄 should i leave this ticket open, till Tag could reply?
Manicraft1001
Manicraft10014mo ago
Yes, please keep it open. Thank you
explosive parrot
You could also replace the logo with a 1x1px "logo" of flat colour or full transparency.
Lucky
Lucky4mo ago
Wow that’s a great idea. I’ll make sure to try it out
Solution
Tag
Tag4mo ago
.dashboard-header-logo-image {
display: none;
}
.dashboard-header-logo-image {
display: none;
}
Tag
Tag4mo ago
The logo is also a convenience for navigating back fast to your dashboard when you are in the different menus, I would suggest keeping it but investing just a bit of time to find a logo.
Lucky
Lucky4mo ago
is there one i could use for the favicon aswell?
Tag
Tag4mo ago
Just set a transparent 1*1px png file as your icon Favicon iirc is for the tab's icon, can't affect that with CSS
Lucky
Lucky4mo ago
👍 although i tried doing that but for some reason the homarr logo wouldn't change. i found a support ticket about it.
No description