Categories

Featured templates

Shopify. How to create custom password page

Jill Sunders January 12, 2016
Rating: 5.0/5. From 2 votes.
Please wait...

This video tutorial will show how to create custom “password page” for your Shopify store.

Shopify. How to create custom password page

In order to create custom “password page” you should perform the following steps:

  1. There are two ways to customize the design of your password page. You can simply change the message to visitors, or use your knowledge of HTML and CSS to take full control.

  2. In your Shopify admin panel, click Settings, then choose Online Store item:

    Shopify.-How-to-create-custom-password-page---1

  3. Scroll down to the Storefront password section. There you have to specify password for your store opening.

  4. In the Message for your visitors section type your message. After inserting introduction text click Save.

  5. For advanced customizations to the password page, you can create a password.liquid template file. Like other .liquid template files, you can freely use HTML, CSS, Liquid, and Javascript to take full design control of the page.

You can create a password.liquid file by following such steps:

  1. In your Shopify admin panel, click Online Store, then click Themes item:

    Shopify.-How-to-create-custom-password-page---2

  2. Find the theme you want to edit, click the … button at the top, then click on Edit HTML/CSS:

    Shopify.-How-to-create-custom-password-page---3

  3. Under the Templates folder, click Add a new template.

  4. Click the drop-down menu beside “Create a new template for” and choose password. After that click Create template:

    Shopify.-How-to-create-custom-password-page---4

  5. The password.liquid template will automatically include its own internal style sheet:

    Shopify.-How-to-create-custom-password-page---5

  6. You can edit your password page like any other theme template. In our case we will add background image for password page. We have specified background image to the body of the page by the following CSS code:

       body {
          margin: 0;
          background-color: red;
          font: 1em/1.4em "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
          color: #333;
          background-image: url({{ 'body_bg_img.jpg' | asset_url }};
          background-position: center;
        }
    	 
  7. Go back to your website and refresh page with text that you have changed. Now we can see that editing was successful.

Feel free to check the detailed video tutorial below:

Shopify. How to create custom password page

Best Shopify Templates
This entry was posted in Shopify Tutorials and tagged custom, page, password, Shopify. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket