[Feature Request] Customize Card Background Color #2177
Replies: 10 comments 8 replies
-
Add IDs to your services, and then target them with custom CSS - background-color should do fine going by my local testing. See https://gethomepage.dev/v0.7.4/configs/custom-css-js/ for instructions on how to set the service ID. |
Beta Was this translation helpful? Give feedback.
-
This worked like a charm! Thanks! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ended up figuring out better custom css with:
Now I'm trying to figure out how to do different custom background per theme. |
Beta Was this translation helpful? Give feedback.
-
Here's what I had to do to make widgets readable on a dark background : .widget-container,
.service-card {
background-color: rgba(255, 255, 255, 0.15) !important;
} @shamoon Any news on supporting this natively ? Thanks |
Beta Was this translation helpful? Give feedback.
-
It would also be really helpful if we could adjust the opacity of the cards. I'm using an image as a background and it would be easier to read the cards if they were less translucent. |
Beta Was this translation helpful? Give feedback.
-
Building on what KaKi87 had.. this will do the key boxes for the header, tabs, and services, and bookmarks to allow adjustment. However, i do think the color and opacity would be key features to support in the settings.
|
Beta Was this translation helpful? Give feedback.
-
You can also set card blur and then in css do something like .backdrop-blur-xl {
background-color: rgba(0, 0, 0, 0.8) !important;
} |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to lack of community support. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
Description
I'm migrating from Heimdall to Homepage and one feature I found very useful in Heimdall was to be able to customize the card background color. I'd use this to indicate which machine specfic services were running on. It would be nice to be able to do this on Homepage as well.
Thanks for all your work!
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions