> For the complete documentation index, see [llms.txt](https://aries-theme.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aries-theme.gitbook.io/docs/theme-sections-by-category/custom-liquid.md).

# Custom Liquid

The Custom Liquid section lets you add small pieces of Liquid code, app snippets, or HTML directly to a page. It’s useful for simple embeds and one-off custom content without editing theme files.

{% hint style="info" %}

### How to set it up

1. Go to **Online Store** > **Themes** > **Customize**.
2. Open **Sections** > **Custom Liquid**.
3. Make your changes, preview live, then click **Save**.
   {% endhint %}

### Settings

* **Liquid code**: Add your Liquid, HTML, or app snippets here. Great for embeds or simple dynamic content.
* [**Color scheme**](/docs/theme-settings/colors.md#schemes): Choose the section’s colors to match your brand and keep text readable.

#### Padding

* **Top**: Adds space above the section to separate it from what’s above.
* **Bottom**: Adds space below the section to separate it from what’s below.

***

### Tips

* Keep code minimal; avoid heavy loops or complex logic for performance.
* Test embeds (forms, widgets) in a draft first to ensure they display correctly.
* Use the Color scheme to maintain contrast and accessibility.
