> 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/reign/sections/trust-bar.md).

# Trust Bar

A slim rotating ticker of reassurance messages — "Secure online payment · Free delivery · 30-day money back guarantee · 24/7 customer support" — each with a checkmark icon. Available two ways:

* **Trust bar section** — add anywhere via **⊕ Add section → Trust bar** (settings: color scheme; the messages live in its block panel)
* **Trust bar ticker block** — inside the product page's Product information stack (sits under the buy buttons by default)

Both use identical settings:

## Settings

### Trust items

Six text slots (**Item 1–6**). Items 1–4 have defaults; 5–6 are blank. Blank items are skipped.

### Layout

| Setting          | What it does          | Default |
| ---------------- | --------------------- | ------- |
| Alignment        | Left / Center / Right | Center  |
| Maximum width    | 400–1600px            | 800     |
| Vertical padding | 8–40px                | 16      |
| Item height      | 20–60px               | 32      |

### Animation, typography & colors

| Setting          | What it does                | Default        |
| ---------------- | --------------------------- | -------------- |
| Animation speed  | Seconds per rotation (2–20) | 8              |
| Font / Font size | Typeface + 12–24px          | Assistant / 14 |
| Background       | Bar color                   | #f3f3f3        |
| Text             | Message color               | #121212        |
| Icon + Icon size | Checkmark color and size    | #334FB4 / 18   |

💡 **Pro tip:** Only promise what you actually offer — if you don't do 24/7 support, swap that item for something true ("Ships from the USA", "1,000+ orders shipped"). On product pages, keep it directly below the buy buttons; that's where purchase anxiety peaks.


---

# 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/reign/sections/trust-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.
