Brickspace Lab
Contact usContact ShopifyTry a theme
Paper
Paper
  • Paper documentation
  • Getting started
    • Theme basics
    • Theme settings
      • Colors
      • Typography
      • Borders
      • Quick Add
  • Guides
    • Products
      • Product badges
      • Product subtitles
      • Variant swatches
      • Fixed buy buttons
      • Replacing “Add to cart”
      • Dynamic variant images
      • Variant filtering
      • Disabling Quick add
      • Customizing Filters
      • Gift cards
      • Quantity picker
      • Subscription options
      • Sibling products
      • Bundled products
      • Custom fields
      • Content drawers
  • Collections
    • Adding Tag Filtering
    • Adding Nested Menu
    • Collection Blocks
  • Sitewide
    • Using device specific visibility
    • Dynamic discount popups
    • Creating a Mapbox API key
    • Designing your menu
    • Migrating custom changes
    • Blog template
    • Search results
  • Sections
  • Sitewide
    • Header
    • Cart drawer
    • Custom liquid
  • Navigation
    • Navigation slider
  • Content and Media
    • Slideshow
    • Collage
    • Video
    • Alternative banner
    • Banner
    • Collapsible content
    • Blog posts grid
    • Icon grid
    • Discount banner
    • Rich text
    • Logo list
    • Slider
    • Testimonials
    • Countdown
    • Image comparison
    • Image hotspot
  • Products and Collections
    • Featured product
    • Featured collection grid
    • Featured collection slider
    • Collection list grid
    • Alternative collection grid
    • Comparison table
    • Recently viewed
    • Collection list slider
  • Forms
    • Email sign-up
    • Contact form
    • Store locator
  • General
    • Changelog
      • v8.0.2
      • v8.0.1
      • v8.0.0
      • v7.6.2
      • v7.6.1
      • v7.6.0
      • v7.5.0
      • v7.4.0
      • v7.3.0
      • v7.2.1
      • v7.2.0
      • v7.1.2
      • v7.1.1
      • v7.1.0
      • v7.0.0
      • v6.2.0
      • v6.1.7
      • v6.1.6
      • v6.1.5
      • v6.1.4
      • v6.1.3
      • v6.1.2
      • v6.1.1
      • v6.1.0
      • v6.0.1
      • v6.0.0
      • v5.2.0
      • v5.1.0
      • v5.0.1
      • v5.0.0
      • v4.1.1
      • v4.1.0
      • v4.0.0
      • v3.0.2
      • v3.0.1
      • v3.0.0
      • v2.0.0
      • v1.2.2
      • v1.2.1
      • v1.2.0
      • v1.0.0
    • Known issues and troubleshooting
      • v8.0.1
    • Cloning a demo theme
      • Poster
      • Parts
      • Pastel
      • Page 3
      • Page 4
Powered by GitBook
LogoLogo

Try a theme

  • Paper
  • Space
  • Keystone

Resources

  • Get theme support
  • Services
  • Contact
On this page
  • Section overview
  • Section settings
  • Block settings

Was this helpful?

Edit on GitHub
  1. Sitewide

Custom liquid

Section overview

The Liquid section serves as a flexible container that enables developers to inject custom Liquid code directly into a Shopify theme.

Common use cases

  • Display dynamic shop information like store name, policies, or announcements

  • Integrate third-party widgets or scripts

  • Create custom HTML/CSS structures that aren't available through standard sections

  • Implement complex conditional logic based on template conditions

Usage tips

  • Always test your Liquid code thoroughly before deploying to production

  • Use the section's color scheme settings to maintain visual consistency with your theme

  • Consider mobile visibility settings when adding content that might not display well on smaller screens

  • Keep your Liquid code clean and commented for easier maintenance

  • Leverage the built-in padding controls to maintain proper spacing within your layout

Section settings

Setting
Description

Liquid

Custom Liquid code to be rendered in this section

Spacing top

Controls the top padding of the section (0-300px)

Spacing bottom

Controls the bottom padding of the section (0-300px)

Color scheme

Determines the background and text color combination for the section

Border color

Sets the color for any borders applied to the section

Border position

Controls where borders appear on the section (none, top, bottom, or both)

Enable padding

Toggles horizontal padding to match the rest of the site layout

Visibility

Controls section visibility across different device sizes (all, mobile only, desktop only)

Block settings

This section does not contain any blocks.

Last updated 1 month ago

Was this helpful?