Change background,thanks #520

Closed
opened 2026-02-04 20:10:17 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @flyklmwl on GitHub (Jun 11, 2024).

How to change the background picture? Not the board background, but the background image when the system just logged in

Originally created by @flyklmwl on GitHub (Jun 11, 2024). How to change the background picture? Not the board background, but the background image when the system just logged in
Author
Owner

@meltyshev commented on GitHub (Jun 12, 2024):

Hi! We don't have that option to set the start screen background picture :( For now, this can only be done by forking the repository and adding such a feature.

@meltyshev commented on GitHub (Jun 12, 2024): Hi! We don't have that option to set the start screen background picture :( For now, this can only be done by forking the repository and adding such a feature.
Author
Owner

@flyklmwl commented on GitHub (Jun 12, 2024):

OK

@flyklmwl commented on GitHub (Jun 12, 2024): OK
Author
Owner

@GitOnTop commented on GitHub (Feb 4, 2026):

If anyone is still curious how to do this, you can easily add a background image (or change any styling) on the Planka start page, by using a browser extension like Stylebot, then adding CSS code to Stylebot while you're on the start page, like...

body { background-image: url("https://upload.wikimedia.org/wikipedia/commons/1/11/Test-Logo.svg"); background-repeat: no-repeat; }

@GitOnTop commented on GitHub (Feb 4, 2026): If anyone is still curious how to do this, you can easily add a background image (or change any styling) on the Planka start page, by using a browser extension like Stylebot, then adding CSS code to Stylebot while you're on the start page, like... `body { background-image: url("https://upload.wikimedia.org/wikipedia/commons/1/11/Test-Logo.svg"); background-repeat: no-repeat; }`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#520