Skip to content

Icon List

File: sections/icon-list.liquid

Templates: page.donate.json

Icon List

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

IDTypeLabelDefaultInfo
titletextTitle
sub_titletextSub Title

Blocks

Icon Column

  • Type: icon_columns
IDTypeLabelDefault
imageimage_pickerImage
descriptiontextareaDescription

Usage

This section is referenced in JSON templates and cannot be added via the theme editor.

{% section 'icon-list' %}