Skip to content

Board Members

File: sections/board-members.liquid

Templates: page.people.json

Board Members

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

IDTypeLabelDefaultInfo
headingtextHeadingBoard of Directors
empty_texttextEmpty state textNo board members found.

Usage

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

{% section 'board-members' %}