> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/concept-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/concept-documentation/section/image-banner/block-image-with-text.md).

# \[Block] Image with text

1. Select the **image banner** option from the theme editor.
2. Click on **Add block**. Select **Image with text** from **Theme Block** dropdown.

<table><thead><tr><th width="238">Setting</th><th>Description</th></tr></thead><tbody><tr><td>First image</td><td>Set up an image first </td></tr><tr><td>Second image</td><td>Set up an image second</td></tr><tr><td>Third image</td><td>Set up an image third</td></tr></tbody></table>

#### Carousel

*<mark style="color:red;">Triggered when there are multiple images</mark>*

<table><thead><tr><th width="238">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Enable infinite scroll</td><td>Select this option if you want the products to scroll infinitely.</td></tr><tr><td>Enable autoplay</td><td>Enable/disable checkbox</td></tr><tr><td>Change slides every</td><td>Determines the delay between transitions. Can be from <strong>3s</strong> to <strong>10s</strong>, increasing arithmetically of <strong>1s</strong> (seconds)</td></tr><tr><td>Enable pagination</td><td><p>Display pagination on devices:</p><ul><li><strong>None</strong></li><li><strong>On every device</strong></li><li><strong>Only on desktop</strong></li><li><strong>Only on (desktop, tablet)</strong></li><li><strong>Only on (tablet, mobile)</strong></li><li><strong>Only on mobile</strong></li></ul></td></tr><tr><td>Pagination type</td><td><p>Select the pagination type from the dropdown menu:</p><ul><li><strong>None</strong></li><li><strong>Dots</strong></li><li><strong>Dashed</strong></li></ul></td></tr></tbody></table>

#### Content

<table><thead><tr><th width="238">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Heading</td><td>Add text to display as a <strong>block heading</strong> <br><em><mark style="color:red;">(Leave the field blank to hide the</mark><mark style="color:red;"> </mark><mark style="color:red;"><strong>heading</strong></mark><mark style="color:red;">)</mark></em></td></tr><tr><td>Heading size</td><td><p>Font size of text:</p><ul><li><strong>Small</strong></li><li><strong>Medium</strong></li><li><strong>Large</strong></li></ul></td></tr><tr><td>Use custom color</td><td>Select this checkbox to use custom color for this block. <br><em><mark style="color:red;">(The</mark><mark style="color:red;"> </mark><mark style="color:red;"><strong>3</strong></mark><mark style="color:red;"> </mark><mark style="color:red;">following settings only take effect if this checkbox is ticked)</mark></em></td></tr><tr><td>Text (Color)</td><td>Set the text color for this block</td></tr><tr><td>Heading bottom margin</td><td>Determines the height of the bottom outside space of the hjeading. Can be from <strong>0px</strong> to <strong>100px</strong>, increasing arithmetically of <strong>1px</strong> (pixel).</td></tr><tr><td>Text</td><td>Set the background color for this block</td></tr><tr><td>Text bottom margin</td><td>Determines the height of the bottom outside space of the text. Can be from <strong>0px</strong> to <strong>100px</strong>, increasing arithmetically of <strong>1px</strong> (pixel).</td></tr><tr><td>Button label</td><td>Add text to display as a button on the <strong>button</strong> <br><em><mark style="color:red;">(Leave the field blank to hide the</mark><mark style="color:red;"> </mark><mark style="color:red;"><strong>link</strong></mark><mark style="color:red;">)</mark></em></td></tr><tr><td>URL</td><td>Set the link, for example the customer service page</td></tr><tr><td>Content alignment</td><td><p>Set horizontal alignment for content inside section containers:</p><ul><li><strong>Left</strong></li><li><strong>Center</strong></li><li><strong>Right</strong></li></ul></td></tr></tbody></table>

#### Button image

<table><thead><tr><th width="238">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Image</td><td>Set up an image</td></tr><tr><td>URL</td><td>Set the link, for example the customer service page</td></tr><tr><td>Text (Color)</td><td>Set the text color for this block</td></tr><tr><td>Background</td><td>Set the background color for this block</td></tr></tbody></table>

#### Colors

<table><thead><tr><th width="238">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Color scheme</td><td>Select a color scheme to set the text and background colors for the block</td></tr></tbody></table>

#### Block padding

<table><thead><tr><th width="241">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Top padding</td><td>Determines the height of the top inner space of the section. Can be from <strong>0px</strong> to <strong>100px</strong>, increasing arithmetically of <strong>1px</strong> (pixel).</td></tr><tr><td>Bottom padding</td><td>Determines the height of the bottom inner space of the section. Can be from <strong>0px</strong> to <strong>100px</strong>, increasing arithmetically of 1px (pixel).</td></tr><tr><td>Top padding on mobile</td><td>Determines the height of the top inner space of the section on mobile. Can be from <strong>0px</strong> to <strong>100px</strong>, increasing arithmetically of <strong>1px</strong> (pixel).</td></tr><tr><td>Bottom padding on mobile</td><td>Determines the height of the top inner space of the section on mobile. Can be from <strong>0px</strong> to <strong>100px</strong>, increasing arithmetically of <strong>1px</strong> (pixel).</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://halosoft.gitbook.io/concept-documentation/section/image-banner/block-image-with-text.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.
