> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/maya/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinedezign.gitbook.io/maya/overview/announcement-bar.md).

# Announcement bar

### Configure the announcement bar

Select the customize theme option. Click on the dropdown menu at the top of the page to select the **Home page** templat&#x65;**.**

From the left side menu, select the **Announcement bar.**

Customize the section by utilizing the settings on the right side of the theme editor, as described below:

<table data-header-hidden><thead><tr><th width="264"></th><th></th></tr></thead><tbody><tr><td>Announcement bar</td><td><strong>Show announcement on home page only</strong><br>Select the checkbox to show the announcement bar on the home page only.<br><br><strong>Color scheme</strong><br>Select any color scheme defined in the theme settings>Colors>Schemes.</td></tr><tr><td>Backgrounds</td><td><strong>Section background</strong><br>Choose the background color from solid or gradient. These colors can be managed in the assigned color scheme.<br><br><strong>Background media</strong><br>Choose the image or video.<br><br><strong>Image</strong><br>Choose any image from the store library.<br><br><strong>Shopify-hosted video</strong><br>Choose any video from the store library.<br><br><strong>Overlay opacity</strong><br>Adjust the range bar to determine the overlay opacity.<br><br><strong>Enable blur effect</strong><br>Select this checkbox to enable blur effect on the selected image or video.<br><br><strong>Blur intensity</strong><br>Adjust the range bar to determine the intensity of blur effect.</td></tr><tr><td>Slides</td><td><strong>Auto rotate announcements</strong><br>Select the checkbox to enable the auto-rotation of the announcements.<br><br><strong>Change slides every</strong><br>Adjust the range bar to set the auto rotation speed of announcements.<br><br><strong>Font</strong><br>Choose the font family from:<br>- Heading<br>- Body<br>- Accent<br>(These fonts can be changed in the typography under theme settings.)</td></tr><tr><td>Internationalization</td><td><strong>Enable language and country selector</strong><br>Select the checkbox to show the language and currency details.<br><em>(Note: To display either the language or location (currency), navigate to theme settings > Internationalization, and select the desired option.)</em></td></tr></tbody></table>

### Block settings

<table data-header-hidden><thead><tr><th width="269"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Text</td><td>Add any promotional or important text.<br><br><em>(<strong>Note</strong>: Wrap text in [ ] for stroke, ( ) for gradient color, italic for gradient background. The marker colors are managed from assigned color scheme> Heading highlights.)</em></td><td></td></tr></tbody></table>


---

# 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://shinedezign.gitbook.io/maya/overview/announcement-bar.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.
