Skip to content

Feature Cards

File: sections/feature-cards.liquid

Templates: index.json

Feature Cards

Description

Feature Cards

A grid of feature cards with image, title, and description, used for “Other Ways to Get Involved” or similar call-to-action sections. Cards are rendered via repeatable blocks and support optional links.

Features:

  • Configurable background, title, and text colors
  • Section title and subtitle with slide-in animations
  • 3-column responsive card grid (stacks to 1 column on mobile)
  • Each card has an image with hover overlay, title, and rich text description
  • Optional card-level links making the entire card clickable
  • Intersection Observer-based entrance animations

Settings:

  • background_color (color) — Section background color, default #FFFFFF
  • title_color (color) — Title text color, default #00746D
  • text_color (color) — Body text color, default #22434F
  • title (text) — Section title, default “Other Ways to Get Involved”
  • subtitle (text) — Section subtitle

Blocks:

  • card: A feature card with the following settings:
    • image (image_picker) — Card image (recommended 600x600px)
    • title (text) — Card title
    • description (richtext) — Card description
    • link (url) — Optional link making the entire card clickable

Snippets Used: None

Dependencies:

  • Inline CSS for BEM-style component classes and animations
  • Inline JavaScript for Intersection Observer entrance animations

Tailwind Status: None All styling uses custom BEM CSS classes defined in an inline style block.

Settings

IDTypeLabelDefaultInfo
header
background_colorcolorBackground Color#FFFFFF
title_colorcolorTitle Color#00746D
text_colorcolorText Color#22434F
header
titletextTitleOther Ways to Get Involved
subtitletextSubtitleJoin a Community of Explorers Dedicated to Expanding Awareness

Blocks

Card

  • Type: card
IDTypeLabelDefault
imageimage_pickerImage
titletextTitleCard Title
descriptionrichtextDescription<p>Card description goes here.</p>
linkurlLink (Optional)

Presets

  • Feature Cards

Usage

This section can be added via the Shopify theme editor.

{% section 'feature-cards' %}