> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/brandy-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/brandy-theme/features/woocommerce/store-notices.md).

# Store Notices

The Brandy theme provides customization options for various types of WooCommerce store notices. These settings allow you to set the appearance of information, success, and error notices displayed in your store.

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

**Store Notices Customization Options**

1. **Information Notice:**
   * **Text Color:**
     * **Normal:** Select the color for the normal state of the text.
     * **Hover:** Select the color for the text when hovered over.
   * **Background:** Choose the background color for the information notice.
   * **Border Color:** Select the color of the border around the notice.
   * **Border Width:** Adjust the width of the border in pixels using the slider.
2. **Success Notice:**
   * **Text Color:**
     * **Normal:** Select the color for the normal state of the text.
     * **Hover:** Select the color for the text when hovered over.
   * **Background:** Choose the background color for the success notice. In the example, it is set to a light green.
   * **Border Color:** Select the color of the border around the notice. In the example, it is set to green.
   * **Border Width:** Adjust the width of the border in pixels using the slider.
3. **Error Notice:**
   * **Text Color:**
     * **Normal:** Select the color for the normal state of the text.
     * **Hover:** Select the color for the text when hovered over.
   * **Background:** Choose the background color for the error notice. In the example, it is set to a light red.
   * **Border Color:** Select the color of the border around the notice. In the example, it is set to red.
   * **Border Width:** Adjust the width of the border in pixels using the slider.&#x20;

**Publish:** Make sure to click "Publish" after making changes to save and apply the updated settings.


---

# 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.yaycommerce.com/brandy-theme/features/woocommerce/store-notices.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.
