> 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-cart-page.md).

# Adjust warning banner on cart page

When a customer’s cart doesn’t meet the order limit rule (e.g., too many items, below minimum amount), the Samita Order Limit app displays a warning banner to notify them before checkout. You can customize this banner’s appearance to match your store’s branding.

This guide shows you how to adjust the banner displayed on the Cart page.

***

### 🎨 How to Customize the Cart Warning Banner

1. From your Shopify admin, open the Samita Order Limit app.
2. In the left-hand menu, go to  App Settings > click Customize button on the Message Popup section.
3. Scroll down to the  Popup Message section.
4. Here you can adjust the appearance of the cart page warning banner:
   * ***Background Color***\
     Use the color picker or enter a hex code to change the banner’s background.
   * ***Text Color***\
     Select a color for the banner text to ensure readability and brand consistency.
5. After making your changes, click Save to apply them.

🎉 Your warning messages will now appear with the updated design on the Cart page whenever a rule is triggered.

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

***

Need help fine-tuning your banner or testing it across devices? Contact us 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-cart-page.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.
