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

# Announcement bar

The slim strip above the header for messages like "Free shipping on orders over $150" or "DROP 003 — FRIDAY 6PM." It supports multiple messages and an optional scrolling marquee.

**Where to use it:** it sits in the header area, above the main navigation, on every page. Add it via **Add section** in the header group area of the editor if it's not already there.

## Settings

* **Scrolling marquee** (off by default) — when on, your announcements scroll continuously across the strip like a ticker. When off, announcements display statically.
* **Marquee duration** (5–60s, default 20) — how long one full scroll pass takes. Lower = faster. Only matters when the marquee is on.
* **Background** (default `#000000`) — the strip's color.
* **Text** (default `#FFFFFF`) — the message color.

## Blocks

### Announcement (up to 6)

* **Text** — the message (default "Free shipping on orders over $150"). Keep it under \~60 characters.
* **Link** — optional; makes the whole message clickable (e.g. link a drop announcement to the collection).

Add more announcements with **Add block** — with the marquee on, they scroll one after another.

💡 **Pro tip:** the marquee is a streetwear staple, but use one strong message rather than six weak ones — repetition of a single line ("NO RESTOCKS — NO RESTOCKS — NO RESTOCKS") often hits harder than a list of unrelated notices. And if you promise free shipping here, make sure the number matches your milestone bar and shipping 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://sitesbyseth.gitbook.io/sitesbyseth-docs/skeleton/sections/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.
