Skip to content

Disable Login Button #639

Answered by rejetto
ivan200 asked this question in Q&A
Jun 20, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

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>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ivan200
Comment options

Answer selected by ivan200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants