> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/bc-nimo-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/bc-nimo-documentation/home-decor/image-banner.md).

# Image Banner ✨

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

The Image Banner section is a decorative content block that combines multiple floating product images with a central content area featuring a title, description, and call-to-action button.&#x20;

This visually striking section uses absolute-positioned decorative images (up to 5) that create an artistic, collage-style layout around the main message.

### **Setting** Image Banner

Go to **Storefront** -> **My Themes** -> **Customize**. <mark style="color:red;">(If your store is a new store, you may need to go to</mark> <mark style="color:red;"></mark><mark style="color:red;">**Channel Manager -> Themes -> Edit Theme**</mark><mark style="color:red;">)</mark>

In the **Theme Editor** -> Go to **Home Page / Image Banner**

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

**Main Content Settings**

| Setting                               | Description                | Example                           |
| ------------------------------------- | -------------------------- | --------------------------------- |
| **Show Block**                        | Enable/disable the section | ✓ Enabled                         |
| **Homepage Image Banner Title**       | Main headline text         | "A PILLOW STORY"                  |
| **Homepage Image Banner Description** | Supporting text            | "Let's hear something about HALO" |
| **Homepage Image Banner Button Text** | CTA button label           | "About HALO"                      |
| **Homepage Image Banner Button Link** | Button URL                 | "/about-us"                       |

**Decorative Image Assets (1-5)**

Add up to 5 floating product images around the content area.

| Setting                            | Example                |
| ---------------------------------- | ---------------------- |
| **Homepage Image Banner Assets 1** | `pillow-product-1.png` |
| **Homepage Image Banner Assets 2** | `pillow-product-2.png` |
| **Homepage Image Banner Assets 3** | `pillow-product-3.png` |
| **Homepage Image Banner Assets 4** | `pillow-product-4.png` |
| **Homepage Image Banner Assets 5** | `pillow-product-5.png` |

Image Guidelines

* Format: PNG with transparent background (recommended)
* Dimensions: 200-400px (varied sizes for visual interest)
* File Size: Under 100KB each
* Style: Product cutouts or lifestyle images

{% hint style="info" %}
When you are happy with your changes, don't forget click **Save** and **Publish** to repackage the edited theme.
{% endhint %}


---

# 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://halosoft.gitbook.io/bc-nimo-documentation/home-decor/image-banner.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.
