Brickspace Lab
Contact usContact ShopifyTry a theme
Space
Space
  • Space documentation
  • Getting started
    • Selecting theme colors
  • Theme typography
  • Guides
    • Using color and option swatches
    • Using device specific visibility
  • Dynamic discount popups
  • Adding product subtitles
  • Adding product badges
  • Replacing "Add to cart" for a product
  • Disable "quick add" for a product
  • Templates
    • Collection template
  • Product template
  • Blog template
  • Article template
  • Sections
    • Sections
      • Announcement
      • Header
      • Cart drawer
      • Menu drawer
      • Search drawer
      • Footer
      • Tooltip
      • Fixed menu
      • Featured product
      • Footer
      • Fixed menu
      • Slideshow
      • Email sign-up
      • Video
      • Alt collection grid
      • Banner
      • Block reveal
      • Blog posts grid
      • Collage
      • Collapsible content
      • Collection list grid
      • Collection list slider
      • Collection slider
      • Comparison table
      • Contact form
      • Countdown
      • Custom liquid
      • Discount
      • Featured collection grid
      • Icon grid
      • Image hotspot
      • Logo list
      • Marquee
      • Navigation slider
      • Product list
      • Recently viewed
      • Rich text
      • Search banner
      • Slider
      • Split banner
      • Static chat
      • Store locater
      • Tabs
      • Testimonial grid
      • Testimonial slider
      • Text highlight
  • General
    • Changelog
      • v2.0.0
      • v1.2.1
      • v1.2.0
      • v1.1.0
      • v1.0.1
      • v1.0.0
    • Known issues and troubleshooting
      • v2.0.0
    • Cloning a demo theme
      • Shimmer
Powered by GitBook
On this page
  • Section overview
  • Section settings
  • Block settings

Was this helpful?

Edit on GitHub
  1. Sections
  2. Sections

Custom liquid

Section overview

The Custom liquid section allows developers to insert custom liquid code directly into a page with configurable styling and spacing options.

Common use cases

  • Adding custom shop information or dynamic content

  • Integrating third-party scripts or widgets

  • Creating custom HTML structures not available through standard sections

  • Implementing advanced liquid logic for specialized functionality

Usage tips

  • Keep liquid code clean and well-structured to maintain readability

  • Test your liquid code thoroughly before publishing to ensure it displays correctly

  • Consider mobile responsiveness by using responsive classes where needed

  • Avoid excessive JavaScript that might slow down page performance

Section settings

Setting
Description

Liquid

Custom liquid code to be rendered in this section. Default value is a span containing the shop name.

Top spacing

Controls the padding at the top of the section (0-300px, default: 300px).

Bottom spacing

Controls the padding at the bottom of the section (0-300px, default: 300px).

Color scheme

Determines the background color scheme. Options include body, neutral, accent colors, shades, and primary/secondary/tertiary colors.

Custom color

Sets a custom background color when "Custom" color scheme is selected. Default: #ffffff.

Text color

Controls the text color. Options include default (automatic), force light, or force dark.

Border color

Sets the color of any borders. Options include subtle or strong.

Enable color fade

When enabled, the section's background and text colors will transition smoothly as the user scrolls.

Border position

Determines where borders appear. Options include none, top, bottom, or top and bottom.

Enable margin

When enabled, applies horizontal margin to the section content.

Visibility

Controls when the section is visible. Options include all devices, mobile only, or desktop only.

Block settings

This section does not include any blocks.

Last updated 25 days ago

Was this helpful?