# Password Page

The page shown to visitors before your store is published, or whenever the store is password-protected.

## How to access

The **DRIFT Password** section is automatically rendered on the password template. To edit, switch the customizer to the password page.

## Appearance

### Color mode

Choose **Light** or **Dark** for the password page (independent of the storefront's color mode).

### Layout style

* **Spread** — Logo at the top, footer at the bottom.
* **Compact** — Everything centered.

## Logo

### Logo (light mode)

Shown when color mode is set to light.

### Logo (dark mode)

Shown when color mode is set to dark. Falls back to the light logo if not set.

### Logo height (px)

Range from 20 to 200 pixels. Default: 48.

### Show logo container

Wraps the logo in a glassmorphic pill to match the header style.

## Content

### Heading

Default: `Coming Soon`.

### Description

Rich text shown below the heading.

## Newsletter

### Show newsletter signup

Uses Shopify's built-in customer newsletter. Disable if you're using a custom Klaviyo block instead.

### Newsletter heading

Default: `Get Early Access`.

### Newsletter subtext

Default: `Be the first to know when we launch.`

## Password access

### Password button text

Label for the password entry button. Default: `Enter Password`.

## Social

### Show social icons

Displays social media icons above the footer. Configure links in [Theme Settings → Social media](/drift/drift-pro/theme-settings/social-media.md).

## Custom Liquid block

Add a **Custom Liquid** block to embed code (for example, a Klaviyo signup form).

* **Custom Liquid** — Paste the embed code or Liquid markup.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.webexp.dev/drift/drift-pro/sections-and-features/password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
