# Age verification popup

### What It Does

The **Age verification popup** section lets you customize the age verification popup elements.

{% hint style="success" %}

#### How to Edit It

1. In the Shopify theme editor, find the **Age verification popup** section in the sidebar.
2. Click on it to expand its settings.
3. Adjust the settings described below to customize its appearance and behavior.
4. Click **Save** to apply your changes.
   {% endhint %}

***

### Settings

#### **Enable in edit mode**

When enabled, the age verification pop-up is displayed in the theme editor.

#### **Style**

Controls the Style. Choose from: Full screen, Boxed.

**Logo**

#### **Image**

Upload an image for logo.

#### **Width**

Controls the width of logo.

**Age verification**

#### **Heading**

The title text displayed in the age verification pop-up.

#### **Body text**

Rich text content with formatting options in the age verification pop-up.

#### **Small text**

Small text content with formatting options in the age verification pop-up.

**Declined message**

This content will only appear if the user fails to meet the age verification requirements.

#### **Heading**

The title text displayed when the verification is declined.

#### **Body text**

Rich text content with formatting options displayed when the verification is declined.

#### **Return button text**

The text shown on the button.

#### **Button color scheme**

Controls the Button color scheme. Choose from: Primary, Secondary.

**Appearance**

#### **Heading font size**

Controls the text size. Choose from: Heading 6, Heading 5, Heading 4, Heading 3, Heading 2, Heading 1.

#### **Body text font size**

Controls the text size.

#### **Horizontal alignment**

Controls the text alignment.

#### **Background image**

Upload a background image in the pop-up.

***

### Supported Blocks

#### Yes or no buttons

Verifies age using Yes and No buttons. See the child document for full settings: [Yes or no buttons](/agnes/global-sections/age-verification-popup/button.md)

#### Birthdate input

Verifies age using a birthdate input field. See the child document for full settings: [Birthdate input](/agnes/global-sections/age-verification-popup/input.md)

***


---

# 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://moodboard-creations.gitbook.io/agnes/global-sections/age-verification-popup.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.
