Skip to Content

Custom Liquid

Add custom Liquid code to any page. This section renders your Liquid markup within the theme’s layout, giving you access to the full Shopify Liquid API.

Configure the Section

  1. In the theme editor, click Add section.
  2. Select Custom Liquid.
  3. Enter your Liquid code in the text area.

Section Settings

SettingDescription
Custom LiquidA text area where you enter your Liquid code. Supports all Shopify Liquid objects, tags, and filters.
Color schemeSelect a color scheme for the section background.
Section widthPage width or Full width. Default: Page width.
PaddingTop and bottom padding. Range: 0–100px.

Usage Tips

  • Use this section to embed third-party widgets, custom HTML, or advanced Liquid logic.
  • You have access to all Shopify Liquid objects (product, collection, cart, etc.) depending on the page context.
  • Test your code in preview mode before publishing to ensure it renders correctly.