# Display settings

Once you’ve set up your bundle offer and customized the widget text, you can adjust the **look and feel** of the bundle page. To do this, click the **Edit widget** button under *Customize widget*.

The system will open the Display Settings screen with two tabs: **Theme setting** and **Content setting**.

### How to set up

#### Theme settings

#### Step 1: Pick a theme preset

{% stepper %}
{% step %}
Click a **Theme** color swatch to apply a preset.
{% endstep %}

{% step %}
If colors don’t match your storefront, try another preset.
{% endstep %}

{% step %}
If you see **“Widget color doesn’t match your theme”**, click **Check my theme**.\
\&#xNAN;*Sync theme color* may be disabled when there’s a theme conflict.
{% endstep %}
{% endstepper %}

#### Step 2: Set general colors

{% stepper %}
{% step %}
**Header color**: set the title color (e.g., “Build Your Perfect Bundle”).
{% endstep %}

{% step %}
**Total price color**: set the color used for the total in the **Bundle summary**.
{% endstep %}
{% endstepper %}

#### Step 3: Style the buttons

{% stepper %}
{% step %}
Turn **Gradient background** on or off.
{% endstep %}

{% step %}
Set **Background color start** and **Background color end**.
{% endstep %}

{% step %}
Set **Text color on button** (e.g., for *Add to Bundle* / *Add Bundle to cart*).
{% endstep %}
{% endstepper %}

#### Step 4: Style the bundle summary

**Background color**: set the summary panel background (subtotal, discount, total).

**Text color**: set the summary text color.

#### Step 4: Style the bundle summary

Use **Desktop / Mobile** preview on the right.

Adjust until headings, buttons, and totals are readable.

Click **Save** (top right) to keep the style changes.

#### Content setting (labels & dynamic text)

#### Step 1: Edit button labels

{% stepper %}
{% step %}
**“Add to Bundle” label**\
This is the text shown on each product card button that adds an item to the bundle.
{% endstep %}

{% step %}
**“Add Bundle to cart” label**\
The text shown on the main checkout button in the Bundle Summary box.
{% endstep %}
{% endstepper %}

#### Step 2: Edit product list labels

{% stepper %}
{% step %}
**“View products” label**\
Text for the link that lets customers see all available products in the bundle. Often used with the variable `({{product_quantity}})` to display how many products are listed.
{% endstep %}

{% step %}
**“Selected” label**\
&#x20;Text shown above each product card that indicates how many units have been chosen.
{% endstep %}
{% endstepper %}

#### Step 3: Edit bundle summary labels

{% stepper %}
{% step %}
**“Bundle Summary” label**\
Title at the top of the summary panel, where totals and discounts are shown. You can use variables like `({{product_quantity}})` to show item count.
{% endstep %}

{% step %}
**“Subtotal” label**\
Text that appears before the pre-discount total amount.
{% endstep %}

{% step %}
**“Bundle discount” label**\
Text that indicates how much customers are saving with the discount.
{% endstep %}

{% step %}
**“Total” label**\
Final payable amount after the discount.
{% endstep %}
{% endstepper %}

#### Step 4: Configure progress bar text

{% stepper %}
{% step %}
**Progress bar**\
Short line of text showing bundle progress. Usually includes `{{product_quantity}}` to display how many products are selected.
{% endstep %}

{% step %}
**Product quantity “items” label**\
Defines how the word “items” is shown next to the count.
{% endstep %}

{% step %}
**Discount “off” label**\
→ Defines how the discount is displayed. Often uses the variable
{% endstep %}

{% step %}
**“Total” label**\
Final payable amount after the discount.
{% endstep %}
{% endstepper %}

#### Step 5: Add translations (optional)

{% stepper %}
{% step %}
Click **Translation** to localize all labels into different languages.
{% endstep %}

{% step %}
Select the language (e.g., German, French).
{% endstep %}

{% step %}
Enter translations for each label.
{% endstep %}

{% step %}
Keep variables like `{{product_quantity}}` or `{{discount_amount}}` unchanged so they remain dynamic.
{% endstep %}
{% endstepper %}

Click **Save** to apply the settings.

Your Bundle Builder display is all set! 🎉\
A well-styled widget makes shopping fun, clear, and rewarding, so customers add more and you grow your AOV. Preview, save, and enjoy watching your bundles shine! ✨


---

# 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.avada.io/aov-bundle-upsell/bundle-builder/display-settings.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.
