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

Was this helpful?

  1. General
  2. Cloning a demo theme

Shimmer

/*
 * ------------------------------------------------------------
 * IMPORTANT: The contents of this file are auto-generated.
 *
 * This file may be updated by the Shopify admin theme editor
 * or related systems. Please exercise caution as any changes
 * made to this file may be overwritten.
 * ------------------------------------------------------------
 */
{
  "sections": {
    "banner": {
      "type": "collection__banner",
      "settings": {
        "enable_image": false,
        "layout_y_spacing": "min-h-[250px] md:min-h-[350px]",
        "color_scheme": "color__bg-overlay-3 color__text",
        "color_text": "color__light",
        "color_border": "color__border-divider-1",
        "enable_gradient": false,
        "enable_background_overlay": false,
        "style_border": "",
        "layout_y_alignment": "items-end",
        "layout_x_alignment": "justify-start",
        "enable_header_overlap": true,
        "enable_margin": true,
        "enable_max_width": true,
        "visibility": "",
        "enable_description": true
      }
    },
    "grid": {
      "type": "collection__main",
      "blocks": {
        "e697d97e-8310-4ca0-adeb-54d7222e15c1": {
          "type": "newsletter",
          "settings": {
            "index": 7,
            "heading": "Block heading",
            "content": "<p>Tell customers why they should subscribe to your newsletter.</p>",
            "button_label": "Subscribe",
            "disclaimer": "",
            "success": "<p>Success! You’ve been subscribed.</p>",
            "spacing_minimum_height": 250,
            "enable_padding": true,
            "color_scheme": "color__bg-overlay-1 color__text",
            "color_border": "",
            "color_button": "btn--small btn--secondary",
            "layout_y_alignment": "justify-end",
            "layout_x_alignment": "left",
            "layout_row_span": "row-span-1",
            "layout_col_span": "col-span-1 md:col-span-1"
          }
        },
        "0f716542-eff1-4b59-a9c9-c47955447221": {
          "type": "content",
          "settings": {
            "index": 3,
            "heading": "Block heading",
            "content": "<p>Describe a product, make announcements, or inform customers about a promotion.</p>",
            "button_label": "Button",
            "url": "shopify://collections/all",
            "show_image_as_background": false,
            "enable_autoplay": true,
            "enable_mute_toggle": true,
            "enable_loop": true,
            "spacing_minimum_height": 250,
            "enable_padding": true,
            "color_scheme": "color__bg-overlay-1 color__text",
            "color_border": "",
            "color_text": "color__text",
            "color_button": "btn--small btn--secondary",
            "enable_gradient": false,
            "text_position": "below",
            "layout_y_alignment": "justify-end",
            "layout_x_alignment": "left",
            "layout_row_span": "row-span-1",
            "layout_col_span": "col-span-1 md:col-span-1"
          }
        }
      },
      "block_order": [
        "e697d97e-8310-4ca0-adeb-54d7222e15c1",
        "0f716542-eff1-4b59-a9c9-c47955447221"
      ],
      "settings": {
        "spacing_top": 0,
        "spacing_bottom": 20,
        "color_scheme": "color__bg-body",
        "color_background": "#ffffff",
        "color_text": "",
        "color_border": "color__border-divider-1",
        "color_filter_bar": "color__bg-body",
        "enable_color_fade": false,
        "layout_row_desktop": 3,
        "layout_row_mobile": 1,
        "filter_placement": "top",
        "enable_margin": true,
        "enable_sort": true,
        "enable_filter": true,
        "products_per_page": 7
      }
    },
    "recent": {
      "type": "recent-slider",
      "settings": {
        "heading": "Recently viewed",
        "content": "",
        "spacing_top": 100,
        "spacing_bottom": 100,
        "color_scheme": "color__bg-body",
        "color_background": "#f1f1f1",
        "color_text": "",
        "color_border": "color__border-divider-1",
        "enable_color_fade": false,
        "style_border": "",
        "card_width_mobile": 10,
        "card_width_desktop": 4,
        "layout_x_alignment": "justify-between",
        "layout_arrow_alignment": "justify-end",
        "layout_arrow_placement": "bottom",
        "enable_margin": true,
        "enable_scroll_margin": false,
        "enable_split": false,
        "enable_split_heading": false,
        "visibility": "",
        "enable_arrows": false,
        "enable_scrollbar": false
      }
    }
  },
  "order": [
    "banner",
    "grid",
    "recent"
  ]
}

Last updated 21 days ago

Was this helpful?