Skip to content

Account login modal form

Stewart Knapman edited this page Jan 27, 2014 · 1 revision

Account sign in modal

If you would like to have a login and registration form appear in a modal box you can by adding {% include '_signin-modal' %} to your markup. This include can be added anywhere in your theme files and it creates a button that will invoke the modal form.

Account sign in button

To change the buttons text you can alter the second button line (line 2) of the _signin-modal.liquid snippet.

Clone this wiki locally