# Dialogs

Dialogs are overlay windows used throughout your storefront, for example, quick-view modals, cart drawers, and other popup-style components.&#x20;

Pebble lets you customize the appearance of these dialogs so they match your store’s brand and design system.

## How to edit Dialogs

{% hint style="success" %}
Steps:

1. In the theme editor (**Customize**), click **Theme settings**.
2. Locate **Dialogs**.
3. Make necessary changes.
4. Click **Save**.
   {% endhint %}

## Dialogs settings options

### Appereance

#### Inherit color scheme

<figure><img src="/files/JqcXOa3prnyWKF1YG5wV" alt=""><figcaption></figcaption></figure>

Determines whether dialogs use the global theme color settings or a custom scheme.

* **ON:**
  * Dialogs automatically inherit the theme’s global color scheme.
  * The **Color scheme** selector is hidden
* **OFF:**
  * Reveals the **Color scheme** dropdown
  * Let you choose a specific color scheme only for dialogs, for example, a dark modal on a light storefront.

Use this when you want the dialog to stand out, match a specific section, or improve contrast.

#### Color scheme&#x20;

<figure><img src="/files/mUsHWqkA4DJyovBHg3tk" alt=""><figcaption></figcaption></figure>

*(visible only when “Inherit color scheme” is OFF)*

Allows you to choose a specific color scheme for all dialogs.

<figure><img src="/files/n7xdgt2CnZvIpfBtEfm6" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To edit the color schemes, go to **Theme settings** > [Colors](/pebble-theme/theme-settings/colors.md)
{% endhint %}

#### Corner radius

<figure><img src="/files/KjWQhIo999h53Zm5Zf2E" alt=""><figcaption></figcaption></figure>

Controls how rounded the dialog’s corners appear.

* Move the slider to change from 0px (sharp corners) to 32px (fully rounded).


---

# 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.foxecom.com/pebble-theme/theme-settings/dialogs.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.
