> 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/customer-testimonial.md).

# Customer testimonial

<figure><img src="/files/8s19mLhIJ4ZNadFeNGUW" 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 "**Customer testimonial**".

## 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></tbody></table>

### Section header

<table><thead><tr><th width="308">Settings</th><th>Meaning</th><th data-hidden></th></tr></thead><tbody><tr><td>Heading</td><td>Enter in the heading for the section.</td><td></td></tr><tr><td>Heading color</td><td>Apply a color to the heading of the section.</td><td></td></tr><tr><td>Heading font style</td><td>Select the font style of the heading.</td><td></td></tr><tr><td>Heading font size</td><td>Determine the font size of the heading on Desktop.</td><td></td></tr><tr><td>Heading font size on mobile</td><td>Determine the font size of the heading on Mobile.</td><td></td></tr><tr><td>Heading bottom margin</td><td>Determine the bottom spacing of the section heading.</td><td></td></tr><tr><td>View all</td><td>Enter the text for the "view all" link.</td><td></td></tr><tr><td>'View all' link</td><td>Set URL for the "view all" to redirect to if the "Redirect To URL" is selected.</td><td></td></tr><tr><td>Show 'view all' border</td><td>Enable to show border for the "view all"</td><td></td></tr><tr><td>'View all' font size</td><td>Determine the font size of the "view all".</td><td></td></tr><tr><td>'View all' bottom margin</td><td>Determine the bottom spacing of the "view all".</td><td></td></tr><tr><td>'View all' link color</td><td>Apply a color to the "view all" link of the section.</td><td></td></tr><tr><td>Alignment</td><td>Select the position of the content to be either to the left, right or center of its container.</td><td></td></tr></tbody></table>

### Section top padding

<table><thead><tr><th width="311">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 150px, 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 150px, 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 150px, increasing arithmetically of 5px (pixel).</td></tr></tbody></table>

### Section bottom padding

<table><thead><tr><th width="310">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 150px, 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 150px, 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 150px, increasing arithmetically of 5px (pixel).</td></tr></tbody></table>

## Block settings

### \[BLOCK] Testimonial

<table><thead><tr><th width="310">Settings</th><th>Meaning</th></tr></thead><tbody><tr><td>Image</td><td>Enter the image for the block.</td></tr><tr><td>Content background color</td><td>Apply a color to the heading of the section.</td></tr><tr><td>Content</td><td>Enter the content text for the block.</td></tr><tr><td>Content font size</td><td>Determine the font size of the content text on Desktop.</td></tr><tr><td>Content font size on mobile</td><td>Determine the font size of the content text on Mobile.</td></tr><tr><td>Content color</td><td>Apply a color to the content of the section.</td></tr><tr><td>Button label</td><td>Enter the label for the button.</td></tr><tr><td>Link</td><td>Enter the link for the button.</td></tr><tr><td>Label color</td><td>Set the label color of the button.</td></tr><tr><td>Label hover color</td><td>Set the text color of the button for the hover state.</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/customer-testimonial.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.
