Skip to Content
DeveloperBlocks

Blocks

Citera has two theme blocks (in blocks/, reusable across sections that opt into @theme blocks) plus many section-specific blocks defined inside individual sections.

Theme blocks

group

blocks/group.liquid

A container block for other blocks — a flex layout.

  • layout_directiongroup--horizontal | group--vertical
  • alignmentflex-start | center | flex-end (vertical only)
  • padding — 0–200px
  • Presets: “Column” (vertical, flex-start), “Row” (horizontal)

text

blocks/text.liquid

A styled text block.

  • text — rich text
  • text_styletext--title | text--subtitle | text--normal
  • alignmentleft | center | right

Section-specific blocks

Many sections define their own block types in their {% schema %}. The most notable:

SectionBlock types
producttitle, price, variant_picker, buy_buttons, key_facts, description, spec, collapsible_row, metafield
slideshowslide
testimonialsquote
trust-badgesbadge
galleryimage
collageimage, product
marqueemessage
faqquestion
footermenu, text
storyintro, image-text, quote, stats, values, timeline, banner, cta

See each section’s page under Sections for what its blocks do and their settings.