> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-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/ella-documentation/sections/all-sections-in-theme/custom-text.md).

# Custom Text

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

To add this section, please follow below steps:

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Add section** and choose "**Custom text**".

## Section settings

### General

<table><thead><tr><th width="307">Settings</th><th>Meaning</th></tr></thead><tbody><tr><td>Section width</td><td>Select the layout width of the whole section. The options are: <br><br><mark style="color:orange;"><strong>Default (same as the body width)</strong></mark><br><mark style="color:orange;"><strong>Width (1170px)</strong></mark><br><mark style="color:orange;"><strong>Width (1770px)</strong></mark><br><mark style="color:orange;"><strong>Full width (100% of the viewport width)</strong></mark></td></tr><tr><td>Padding for 'full width' option on desktop</td><td>Determine the left and right spacing of the full width layout.</td></tr><tr><td>Background color</td><td>Apply color on the background of the section.</td></tr><tr><td>Background gradient</td><td>Apply color on the background gradient of the section.</td></tr><tr><td>Background image</td><td>Upload an image as the section background.</td></tr><tr><td>Title</td><td>Enter the title for the section.</td></tr><tr><td>Title color</td><td>Apply color on the section title.</td></tr><tr><td>Title font size</td><td>Specify the font size of the title.</td></tr><tr><td>Title font size on mobile</td><td>Specify the font size of the title on mobile.</td></tr><tr><td>Description</td><td>Enter the description for the section.</td></tr><tr><td>Description color</td><td>Apply color on the section description.</td></tr><tr><td>Description font size</td><td>Determines the font size of section description.</td></tr><tr><td>Alignment</td><td>Select the alignment of the title and description to be either to the left, right or center.</td></tr></tbody></table>

### Text item

<table><thead><tr><th width="312">Settings</th><th>Meaning</th></tr></thead><tbody><tr><td>Menu</td><td>Select a menu to show its menu items as tags.</td></tr><tr><td>Grid gap</td><td>Determine the gap between menu items.</td></tr><tr><td>Vertical padding</td><td>Determine the top and bottom padding of the menu items.</td></tr><tr><td>Horizontal padding</td><td>Determine the left and right padding of the menu items.</td></tr><tr><td>Corner radius</td><td>Specify the roundness of menu items' border.</td></tr><tr><td>Title font size</td><td>Determine the font size of menu item text.</td></tr><tr><td>Text color</td><td>The text color of the menu item.</td></tr><tr><td>Border color</td><td>The border color of the menu item.</td></tr><tr><td>Background color</td><td>The background color of the menu item.</td></tr><tr><td>Background gradient</td><td>The background gradient of the menu item.</td></tr><tr><td>Text hover color</td><td>The text color of the menu item for hover state.</td></tr><tr><td>Border hover color</td><td>The border color of the menu item for hover state.</td></tr><tr><td>Background hover color</td><td>The background color of the menu item for hover state.</td></tr><tr><td>Background hover gradient</td><td>The background gradient of the menu item for hover state.</td></tr></tbody></table>

### Section top padding

<table><thead><tr><th width="334">Settings</th><th>Meaning</th></tr></thead><tbody><tr><td>Desktop</td><td>Determines the height of the top inner space of the section on the desktop device. Can be from 0px to 100px, increasing arithmetically of 5px (pixel).</td></tr><tr><td>Tablet</td><td>Determines the height of the top inner space of the section on the tablet device. Can be from 0px to 100px, increasing arithmetically of 5px (pixel).</td></tr><tr><td>Mobile</td><td>Determines the height of the top inner space of the section on the mobile device. Can be from 0px to 100px, increasing arithmetically of 5px (pixel).</td></tr></tbody></table>

### Section bottom padding

<table><thead><tr><th width="334">Settings</th><th>Meaning</th></tr></thead><tbody><tr><td>Desktop</td><td>Determines the height of the bottom inner space of the section on the desktop device. Can be from 0px to 100px, increasing arithmetically of 5px (pixel).</td></tr><tr><td>Tablet</td><td>Determines the height of the bottom inner space of the section on the tablet device. Can be from 0px to 100px, increasing arithmetically of 5px (pixel).</td></tr><tr><td>Mobile</td><td>Determines the height of the bottom inner space of the section on the mobile device. Can be from 0px to 100px, increasing arithmetically of 5px (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/ella-documentation/sections/all-sections-in-theme/custom-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.
