> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.pandectes.io/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Advanced Banner Settings (New Version)

### Overview

The **Advanced** tab provides additional configuration options that control how the cookie banner behaves on your store.

These settings focus on **interaction behavior, storage methods, visibility rules, and follow-up actions** after a visitor makes a consent choice.

You can access these options from:

**Settings > Banner > Advanced**

![](https://storage.crisp.chat/users/helpdesk/website/-/1/a/5/a/1a5af239e847cf00/screenshot-2026-03-05-at-34224_c72n79.png)

The Advanced tab is intended for merchants who want more control over how the consent dialog behaves beyond layout, styling, and content configuration.

---

### Custom Open / Reopen

This option allows visitors to reopen the cookie banner from a **custom link inside the store navigation or content**.

When enabled, the banner can be opened by adding the following link reference:

`#reopenBanner`

Example use cases:

* Adding a **“Cookie settings”** link in the footer menu
* Providing quick access to the consent dialog from policy pages
* Reopening the banner from theme navigation links

![](https://storage.crisp.chat/users/helpdesk/website/-/1/a/5/a/1a5af239e847cf00/screenshot-2026-03-05-at-34532_aqcrvj.png)

Click [here](https://help.pandectes.io/en/article/how-to-re-open-the-banner-with-menu-link-1pp5oaj/) to learn how the custom re-open works.
---

### Enforced Consent (Modals)

This setting displays the banner as a **modal dialog with a background overlay**.

When enabled:

* The page behind the banner becomes visually inactive.
* Visitors must interact with the banner before continuing.

This option can make the consent request more visible and prominent.

#### Lock Background Scroll

When this option is enabled together with **Enforced consent**, the page **cannot be scrolled while the banner is visible**.

This prevents interaction with the page content until the visitor interacts with the consent dialog.

![](https://storage.crisp.chat/users/helpdesk/website/-/1/a/5/a/1a5af239e847cf00/screenshot-2026-03-05-at-34726_ifdxz0.png)

---

### Close Banner Options

These settings control **how visitors can dismiss the banner dialog**.

The following close methods are available:

#### Close Button X)  

Displays a **close button in the banner header** allowing visitors to dismiss the dialog.

![](https://storage.crisp.chat/users/helpdesk/website/-/1/a/5/a/1a5af239e847cf00/screenshot-2026-03-05-at-34914_u6tw1x.png)

#### Alternative Close Methods

Additional interaction methods can also close the banner:

* **Escape key press** – Closing the dialog using the keyboard.
* **Click outside the window** – Closing the dialog when clicking outside the banner area.
* **Window scroll over N pixels** – Closing the banner after the visitor scrolls a defined number of pixels (default: 200).
* **Timeout** – Automatically closing the banner after a specified time.

These methods can be combined depending on the desired visitor experience.

---

### Follow-up Actions

Follow-up actions define **what happens after a visitor makes a consent choice**.

Available options include:

#### Reload Page on Consent

Reloads the page after the visitor accepts or declines cookies.

This can help ensure that scripts requiring consent are properly initialized after the consent decision.

|| This option should be used carefully as it forces a page refresh.

#### Redirect if User Denies All

If a visitor declines all cookies, the store can **redirect the visitor to another page**.

Consent is not stored in this case.

#### Synchronize Consent Across Tabs

|| Available on **Enterprise plans**.

If the store is opened in multiple browser tabs, this option synchronizes the consent decision across all open tabs.

![](https://storage.crisp.chat/users/helpdesk/website/-/1/a/5/a/1a5af239e847cf00/screenshot-2026-03-05-at-35134_aaygxx.png)
---

### Implied Consent

Implied consent can be triggered when the banner is closed using any of the configured closing methods.

When this feature is enabled, you can define how the system should interpret the closure of the dialog.

Options include:

* **Treat as consent given**
* **Treat as consent denied**

This allows stores to determine how consent should be recorded when the visitor dismisses the banner without explicitly selecting an option.

![](https://storage.crisp.chat/users/helpdesk/website/-/1/a/5/a/1a5af239e847cf00/screenshot-2026-03-05-at-35213_j2hzr1.png)
---

### Storage

This section defines **how visitor consent is stored and how long it remains valid**.

Available storage methods include:

#### HTML Storage

Stores the consent decision in the browser using **HTML storage mechanisms**.

#### Cookie Storage

Stores consent using a **browser cookie**.

You can configure:

* **Expiration duration** (for example: 365 days)

After the expiration period, the banner will be shown again to the visitor.

#### Cross-domain Consent

|| Available on Enterprise plans.

This option allows consent to be stored in a **parent domain**, enabling subdomains to read the same consent decision.

Example:

* Consent stored on `example.com`
* Subdomains like `shop.example.com` share the same consent status

![](https://storage.crisp.chat/users/helpdesk/website/-/1/a/5/a/1a5af239e847cf00/screenshot-2026-03-05-at-35347_1jphiaz.png)
---

### Visibility

The Visibility settings control **when and where the banner appears**.

![](https://storage.crisp.chat/users/helpdesk/website/-/1/a/5/a/1a5af239e847cf00/screenshot-2026-03-05-at-35516_1a7pu8f.png)

#### Disable in Theme Editor

Hides the banner when viewing the Shopify **theme editor**, allowing merchants to edit pages without banner interference.

#### Banner Delay

Adds a delay before the banner appears.

The delay is measured in **milliseconds**.

#### Start Hidden for Specific Paths

Available on **Enterprise plans**.

Allows hiding the banner on specific pages or paths.

Examples:

* `/policies/privacy-policy`
* `/pages/cookie-policy`

Regular expressions are supported for advanced path rules.

#### Disable for Known Bots & Crawlers

Prevents the banner from appearing for **search engine bots and crawlers**.

This helps avoid unnecessary banner rendering for automated traffic.

---

### Summary

The **Advanced Banner Settings** provide additional control over how the cookie banner behaves and interacts with visitors.

These settings allow merchants to:

* Define how visitors can close the banner
* Control follow-up actions after consent
* Configure how consent is stored
* Manage where and when the banner appears

Together, these options allow for a more flexible configuration of the cookie consent experience.