Logo in Login Form #3534

Closed
opened 2026-02-05 07:02:37 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @reddexx on GitHub (Feb 27, 2023).

Describe the feature you'd like

As well as uploading the application logo and the icon for the login form

example:
Settings:
image

Login form
image

i have this manually over CSS inserted

.my-l {
margin-top: 10px !important;
margin-bottom: 0px !important;
background-image: url(➡️LOGO URL HERE⬅️);
height: 250px;
background-size: 100%;
}

Describe the benefits this would bring to existing BookStack users

You don't have to enter it manually

Can the goal of this request already be achieved via other means?

.my-l {
margin-top: 10px !important;
margin-bottom: 0px !important;
background-image: url(➡️LOGO URL HERE⬅️);
height: 250px;
background-size: 100%;
}

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundemental request

How long have you been using BookStack?

Not using yet, just scoping

Additional context

No response

Originally created by @reddexx on GitHub (Feb 27, 2023). ### Describe the feature you'd like As well as uploading the application logo and the icon for the login form example: Settings: ![image](https://user-images.githubusercontent.com/6242840/221517787-3df8bd84-9007-4a6c-bda6-0f21a841e031.png) Login form ![image](https://user-images.githubusercontent.com/6242840/221518162-8011f827-dc5f-4612-ad7a-f132c04e51b1.png) i have this manually over CSS inserted .my-l { margin-top: 10px !important; margin-bottom: 0px !important; background-image: url(➡️LOGO URL HERE⬅️); height: 250px; background-size: 100%; } ### Describe the benefits this would bring to existing BookStack users You don't have to enter it manually ### Can the goal of this request already be achieved via other means? .my-l { margin-top: 10px !important; margin-bottom: 0px !important; background-image: url(➡️LOGO URL HERE⬅️); height: 250px; background-size: 100%; } ### Have you searched for an existing open/closed issue? - [X] I have searched for existing issues and none cover my fundemental request ### How long have you been using BookStack? Not using yet, just scoping ### Additional context _No response_
OVERLORD added the 🔨 Feature Request label 2026-02-05 07:02:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#3534