-
On my server, I only use public access and manage it from the local host. I don't need to create any accounts to differentiate between users with different rights. Is it possible to completely hide the login button from the server so that it doesn't appear in the interface? |
Beta Was this translation helpful? Give feedback.
Answered by
rejetto
Jun 20, 2024
Replies: 1 comment 1 reply
-
no problem, admin-panel > custom > style #login-button { display:none } if your hfs doesn't have the style section yet, use "html head" and wrap the line above with <style> <style>
#login-button { display:none }
</style> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ivan200
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no problem, admin-panel > custom > style
if your hfs doesn't have the style section yet, use "html head" and wrap the line above with <style>