# Using sections

**Sections** are the basic components of templates. You can add, rearrange, and customize sections to create the layout and content of your pages.

## Add sections

***

Sections are listed in the theme editor **sidebar** in the order they appear on the page.

* Click the **(+) Add section** button in the theme editor sidebar.
* Use the **drag handles** (**⋮⋮**) to change the order of your sections and blocks
* Use the **Remove section** button to delete them or click the **eye icon** to hide them.

{% hint style="info" %}
**Editing templates will change all pages that use the same template**. [Create new templates](/stiletto/general/editing-themes/using-templates.md) for different page layouts, or [show dynamic page content](/stiletto/general/adapting-your-theme/dynamic-content-with-metafields.md) in sections using the same template.
{% endhint %}

<figure><img src="/files/2M0V0ixfMZe1eN9VOV44" alt="Highlighted areas of the Shopify theme editor showing how to open templates, add sections, and re-order sections." width="563"><figcaption></figcaption></figure>

### Add blocks

***

Most sections are made up of individual **Blocks** for text, media, buttons, or other content, which are nested under sections in the editor panel.

* Click **(+) Add block** button to add or select the type of block you wish to add.
* Click the **block** to open the block settings.

<figure><img src="/files/QriVOZDCSfBZ59J00YDr" alt="" width="302"><figcaption></figcaption></figure>

## Section header

***

The **Section header** appears above the main content. Click the section to find the header settings

* Add a **heading** and **subheading.**&#x20;
* Add optional **button link**
* Change the heading **size** and **alignment**
* To remove the section header, delete any text in these fields

`Click the section to find settings`

<table><thead><tr><th width="197">Setting</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:blue;">Heading</mark></td><td>Change or remove the title of the section.</td></tr><tr><td><mark style="color:blue;">Heading tag</mark></td><td>Change the heading tag to modify the page structure. Use H2 to indicate important topics, and use H3-H6 for related topics.<br><br>This option doesn't change the heading's appearance.</td></tr><tr><td><mark style="color:blue;">Heading size</mark></td><td> Set the heading text to <strong>Small</strong>, <strong>Medium</strong>, or <strong>Large</strong>.</td></tr><tr><td><mark style="color:blue;">Subheading</mark></td><td>Add multiple lines of rich text below the heading.</td></tr><tr><td><mark style="color:blue;">Subheading size</mark></td><td> Set the subheading text to <strong>Small</strong>, <strong>Medium</strong>, or <strong>Large</strong>.</td></tr><tr><td><mark style="color:blue;">Heading alignment</mark></td><td>Position heading text to the <strong>Left</strong> or <strong>Center</strong> above section content.</td></tr><tr><td><mark style="color:blue;">Button link</mark></td><td>Select or paste a URL for the button.</td></tr><tr><td><mark style="color:blue;">Button label</mark></td><td>Enter text to display a button label. Leave this field blank to remove the button.</td></tr></tbody></table>

## Section styles

***

Sections include general style options. In the editor side panel, click the section to find style options for **padding**, **top dividers**, and **animations**.

<figure><img src="/files/y7Ab1W7MLGdRyo07aHEY" alt="" width="299"><figcaption></figcaption></figure>

### Section padding

***

Add or remove space at the top and bottom of the section. Under **Section style** in the section settings, select a **Padding** option:  **Top and bottom**, **Top only**, **Bottom only**, or set it to **None**.

<figure><img src="/files/vlIt4RBppRJUnUhmUof4" alt="" width="563"><figcaption></figcaption></figure>

### Section top divider

***

Show a solid border at the top of the section to visually separate it from other sections.

The Top divider uses the **Lines and borders** color selected in the [theme color settings](/stiletto/theme-styles/colors.md).

<figure><img src="/files/Wh4lk6I1AUT3AJGxO3lt" alt="" width="563"><figcaption></figcaption></figure>

### Section animations

***

When animations are enabled, text and images are loaded dynamically: section contents slide, fade, zoom, or ease into position at a delay rather than all at once.

Other animations include a "shimmer" over images and subtle visual changes to elements like buttons or hot spots.

### Turn off animations

***

You may want to turn off animations if you have concerns about load time, style, or accessibility. You can do so in your **Theme settings** or in individual **Section settings**.

* To turn off animations for a section, click the section to open the settings. Under **Section style**, toggle off **Enable animations**.
* To turn off animations for *all* sections, go to **Theme settings > Animation** and toggle of **Enable section animations**.


---

# Agent Instructions: 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:

```
GET https://help.fluorescent.co/stiletto/sections/theme-sections/using-sections.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
