# Password Page

The page shown to visitors before your store is published, or whenever the store is password-protected. DRIFT Studio includes optional countdown and background blocks for drop launches.

## 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`.

## Footer

### Show social icons

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

### Show WEBEXP credit

Displays "Powered by WEBEXP" in the footer.

## Drop Countdown block (Studio only)

Add a **Drop Countdown** block (max 1 per page) for time-limited drops:

* **Year, Month, Day, Hour, Minute** — Target time. Hour is 24-hour format.
* **Timezone** — The timezone the countdown is anchored to.
* **Drop live badge text** — Shown when the countdown reaches zero. Default: `The drop is live.`
* **Drop live heading** — Replaces the main heading when the timer ends. Default: `IT'S HERE`.
* **Drop live subtext** — Replaces the description when the timer ends.
* **Store password** — When the timer ends, an "Enter Site" button appears. Clicking it auto-fills this password and submits. Must match your store password in **Settings → Online Store → Preferences**.

## Background block (Studio only)

Add a **Background** block (max 1 per page) for an image or video backdrop:

### Video

* **Show video background** — Master switch.
* **Video URL** — Upload to Content → Files and paste the URL.

### Image

* **Show image background** — Master switch.
* **Background image** — Image picker.

### Effects (apply to both image and video)

* **Blur** (0–40 px), **Brightness** (0–200%), **Hue rotate** (0–360°), **Grayscale** (0–100%), **Sepia** (0–100%), **Invert** (0–100%).

### Overlay

* **Overlay opacity** (0–100%) — Adds a color overlay using the current color mode for text readability.

## Custom Liquid block (Studio only)

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-studio/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.
