Fill in password on lock screen (Horizon template)

Hi all,

We are trying to create a simple lock screen in which people can just fill in the password and enter the store.

However right now, it is all the way in the footer on the bottom and it is very unclear where clients have to log in.

We are using the Horizon template.

Is there any way to put a password field + button next to it in the middle of the page, without clicking the link in the bottom footer first?

Page is: https://personelle-shop.myshopify.com/

Thanks!

Alexander

Sorry, this is the correct link for the password page: https://personelle-shop.myshopify.com/

One option is to edit

to remove conditional around open.

If trying to avoid theme code edits, put this into “Theme settigs”=> “Custom CSS”:

dialog.password-dialog {
  opacity: 1 !important;
  top: 0;
  display: block;
}