Board Members
File:
sections/board-members.liquidTemplates:
page.people.json

Description
Board Members
Displays a grid of board members loaded from a metaobject list. Each member is shown as a card with image, name, title, country, and a hidden bio revealed on hover.
Features:
- Loads board members from shop.metaobjects.lists
- Responsive grid layout (2 columns mobile, 4 columns tablet+)
- Person card with hover bio reveal
- Empty state message when no members found
Settings:
- heading (text) — Section heading, default “Board of Directors”
- empty_text (text) — Empty state message, default “No board members found.”
Blocks: None
Snippets Used:
- person — Renders individual board member card
Dependencies:
- Tailwind CSS (application.css) for layout and styling
- Metaobject list: shop.metaobjects.lists.all_lists.board_members
Tailwind Status: Full
Settings
| ID | Type | Label | Default | Info |
|---|---|---|---|---|
heading | text | Heading | Board of Directors | |
empty_text | text | Empty state text | No board members found. |
Usage
This section is referenced in JSON templates and cannot be added via the theme editor.
{% section 'board-members' %}