Skip to content

Banner

File: sections/banner.liquid

Templates: page.chapters.json

Banner

Description

Banner

A generic callout banner with a heading and a link. Use it anywhere you need a simple centered CTA strip — e.g., “Start a Community Group”, “Apply Now”, “Learn More”, etc.

Settings:

  • heading (text) — Banner heading text
  • link_text (text) — Link label
  • link_url (url) — Link destination

Blocks: None

Usage (JSON template):

{
"type": "banner",
"settings": {
"heading": "Don't see a Community Group in your area?",
"link_text": "Start a Community Group",
"link_url": "/pages/apply-for-a-new-chapter"
}
}

Accessibility:

  • Link is a standard anchor element

Dependencies: None

Tailwind Status: Converted

Settings

IDTypeLabelDefaultInfo
headingtextHeadingDon’t see a Community Group in your area?
link_texttextLink textStart a Community Group
link_urlurlLink URL

Presets

  • Banner

Usage

This section can be added via the Shopify theme editor.

{% section 'banner' %}