How to change Font Size for all apps?
I would like to know if it is possible via CSS (or other way) to change the font size for all apps in Homarr.
Thanks
Thanks
4 Replies
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?
This will change the font for the whole page.
If you want to only target the app tiles, I think you need to replace the * with
.dashboard-tile-app
Of course you need to replace by the font and style you prefer, mono Courier is just an exampleThis works fine.
.mantine-Text-root.dashboard-tile-app-title {
font-size: 12px;
}
Thank for your help!Oh you wanted font size lol, sorry about that.
Glad you found your way