Sections reference

Footer

Displays a recently-viewed rail, newsletter signup, footer navigation, trust messaging, payment icons, policy links, and legal copy.

Available on
all
Source file
sections/footer.liquid
Blocks
footer_column (independently editable link column with its own heading, collapsing into an accordion on mobile). Each column can be populated from a picked `menu` link_list, or manually via the `links` textarea when no menu is picked. Falls back to the section-level native `menu` link_list (one flat, unheaded list) when no footer_column blocks are configured. content (freeform heading + rich text, for things like an about blurb or a compliance note that don't fit the link-column shape - rendered in their own zone below the columns). Also accepts @app blocks, rendered in their own zone above the trust band (both hidden in reduced-footer mode).
Merchant notes. Reduced mode (for password/checkout-adjacent contexts) shows only the wordmark, legal line, and copyright - no recently-viewed rail, newsletter, columns, trust band, social links, content, or app blocks. Rendered in reduced mode on the locked storefront via layout/password.liquid + sections/password-footer-group.json (a second section-group JSON so it can carry its own reduced_footer: true setting independent of the main footer-group). The recently-viewed rail lives entirely in the shopper's browser (localStorage) - there is nothing to configure per product, and it stays hidden until at least 2 valid products are available to show.

Settings

SettingTypeDetails
show_recently_viewed
Show recently viewed
checkbox default: true
Built entirely from the shopper's browsing history in this browser - no configuration needed per product. Hidden automatically until at least 2 valid products are available to show.
menu
Footer menu
link_list default: footer
show_newsletter
Show newsletter signup
checkbox default: true
newsletter_color_scheme
Color scheme
color_scheme default: scheme-4
links_color_scheme
Color scheme
color_scheme default: scheme-2
newsletter_eyebrow
Eyebrow
text default: The latest drop for your iPhone
newsletter_heading
Heading
text default: Your prettiest notifications start here
newsletter_text
Body text
text default: New drops, restocks for your model, and nothing else.
wordmark_tagline
Wordmark tagline
text default: Made for your phone
brand_text
Brand text
text default: Made for Your Phone. Styled for You.
trust_chip_1
Trust chip
text default: Major cards
trust_chip_2
Trust chip
text default: Digital wallets
trust_chip_3
Trust chip
text default: Secure payment
trust_chip_4
Trust chip
text default: 7-day returns
trust_chip_5
Trust chip
text default: Reliable delivery
trust_text
Trust text
text default: Designed with care. Ready for everyday use.
show_payment_icons
Show payment icons
checkbox default: true
trademark_text
Apple trademark disclaimer
text default: iPhone is a trademark of Apple Inc. This shop is not affiliated with o…
Shown at the very bottom of the footer since iPhone model names appear throughout the site.
reduced_footer
Reduced footer
checkbox default: false
Shows only the wordmark, legal line, and copyright - no newsletter, columns, or trust band. Use on password/checkout-adjacent templates.

Blocks

Footer column footer_column

SettingTypeDetails
heading
Heading
text default: Shop
menu
Menu
link_list
Pick an existing menu to populate this column. Leave blank to use the links list below instead.
links
Links (one 'Title | URL' per line)
textarea default: All cases|/collections/all Photo cases|/collections/all Charms|/collec…
Used by the 'Column of links' panel type.

Content content

SettingTypeDetails
heading
Heading
text
text
Text
richtext default: <p>Add your content here.</p>

App block

Reserved slot for Shopify app-provided blocks (e.g. reviews widgets, upsell apps).

Depends on