# Main password area

Controls the layout, branding, and functionality of the password-protected page. It allows merchants to configure logo display, user access options, background media, and styling for the storefront password screen.

#### Enable password entry

Enables users to use the password form to enter the site.

[Password protection for your online store](https://help.shopify.com/en/manual/online-store/themes/password-page)

#### Show password message

Renders the password message if it is available.

#### Fallback to brand slogan

Renders the brand slogan if it is available and the password message is blank.

[Managing your brand assets](https://help.shopify.com/en/manual/promoting-marketing/managing-brand-assets)

#### Show newsletter form

Renders the newsletter form.

### Override logo

If you have a background image, color, or video set, you can use these settings to replace your global logo on the password page.

#### Use override logo

Enable or disable the override logo.

#### Logo image

A `.webp` file with a transparent background is recommended.

#### Background

Type

* Color
* Image
* Video

Choose the background type you want to use.

#### Image desktop

The background image for desktop. 3x2 aspect ratio recommended. Leave blank to omit.

[Setting a focal point on an image](https://help.shopify.com/en/manual/online-store/images/theme-images#setting-a-focal-point-on-an-image)

#### Image mobile

The background image for desktop. 2x3 aspect ratio recommended. Leave blank to omit. [Setting a focal point on an image](https://help.shopify.com/en/manual/online-store/images/theme-images#setting-a-focal-point-on-an-image)

#### Source image maximum width

The maximum width, in pixels, that source image can be loaded at, even if they are uploaded larger in the admin.

#### Video

The background video to use. Leave blank to omit.

#### Video poster

The poster for the video. Leave blank to fallback to default.

### Background overlay

Only applies if background type is set to Image or Video.

#### Enable overlay

Enable or disable the background overlay.

### Colors

Foreground `#FFFFFF`\
\
Background `#212121`\
Overlay `#212121`

### Custom button styles

#### Use custom button styles

Use custom button styles.

Foreground `#FFFFFF`\
\
Background `#212121`\
Overlay `#212121`<br>


---

# 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://gatame.gitbook.io/highstreet/templates/password/main-password-area.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.
