Icon List
File:
sections/icon-list.liquidTemplates:
page.donate.json
![]()
Description
Icon List
Displays a centered title, subtitle, and a responsive grid of icon-based items. Each item consists of an image and a text description.
Features:
- Configurable section title and subtitle
- Responsive grid: 1 column on mobile, 2 on sm, 4 on md+
- Max-width 7xl container with vertical padding
Settings:
- title (text) — Section heading
- sub_title (text) — Section subheading
Blocks:
- icon_columns — Repeatable icon item with image and description
- image (image_picker) — Icon or graphic
- description (textarea) — Caption below the image
Snippets Used: None
Dependencies: None
Tailwind Status: Full All layout and typography handled by Tailwind utility classes.
Settings
| ID | Type | Label | Default | Info |
|---|---|---|---|---|
title | text | Title | ||
sub_title | text | Sub Title |
Blocks
Icon Column
- Type:
icon_columns
| ID | Type | Label | Default |
|---|---|---|---|
image | image_picker | Image | |
description | textarea | Description |
Usage
This section is referenced in JSON templates and cannot be added via the theme editor.
{% section 'icon-list' %}