H
Homarr4w ago
Ali

Remove the search bar completely

Hello guys, is there any way to remove the search bar? Im new to Homarr and didn’t find an option to do so, i even tried on the 1.0 beta version.
Solution:
Customize Board -> Scroll Bottom -> Add Text
.dashboard-header-search-root {
display: none;
}
.dashboard-header-search-root {
display: none;
}
Hit Back to Board, may need a refresh also...
Jump to solution
3 Replies
Cakey Bot
Cakey Bot4w 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?
Serenaphic
Serenaphic4w ago
There is some custom CSS you should be able to search for in other tickets
Solution
aKshun
aKshun2w ago
Customize Board -> Scroll Bottom -> Add Text
.dashboard-header-search-root {
display: none;
}
.dashboard-header-search-root {
display: none;
}
Hit Back to Board, may need a refresh also

Did you find this page helpful?