> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/order-limit/styling-and-appearance/adjust-warning-banner-on-pdp.md).

# Adjust warning banner on PDP

The Samita Order Limit app displays a warning banner on product pages to alert customers when a product is subject to order limits. You can fully customize this banner’s appearance to match your store's branding and preferences.

This guide explains how to enable, disable, and style the banner directly from your rule settings.

***

### 🧭 How to Adjust the Warning Banner

1. From your Shopify admin, open the Samita Order Limit app.
2. In the app dashboard, find the rule you want to edit and click to open it.
3. Go to the Customize tab at the top of the rule editor.
4. In the Customize tab, you can modify the following settings:

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

***

#### ✅ Enable or Disable the Banner

* Use the toggle to enable or disable the warning banner on the Product Detail Page.
* When enabled, the banner will appear for any product included in this rule.

***

#### 🎨 Customize the Banner Style

You can adjust the look and feel of the banner using these options:

* ***Background Color***\
  Choose any color using the color picker or enter a hex code (e.g., #FFDDDD).
* ***Font Size***\
  Set the text size for the banner content (e.g., 14px, 16px, 18px).
* ***Border Radius***\
  Add rounded corners to the banner by setting the radius (e.g., 4px, 8px, 12px).

These settings allow you to match the banner design with your storefront’s style.

***

5. Click Save to apply your changes.

🎉 Your banner will now appear with the updated style on applicable product pages.

***

Need help matching your design or testing banner visibility? Contact our team at <support@samita.io> - we’re happy to assist!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.samita.io/order-limit/styling-and-appearance/adjust-warning-banner-on-pdp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
