Kaleidoscope
Kaleidoscope demo files
💡 Tip: Duplicate your theme before making code changes. This will ensure you have a backup to revert to if needed.
If you want to get a head start on your theme design this guide will help you copy the existing layout and settings from our demo stores.
1
Section files
sections/header-group.json
{
"type": "header",
"name": "Header group",
"sections": {
"theme_announcement": {
"type": "theme__announcement",
"blocks": {
"announcement_z8GqMR": {
"type": "announcement",
"settings": {
"content": "<p>Make announcements or share a promotion.</p>"
}
}
},
"block_order": [
"announcement_z8GqMR"
],
"disabled": true,
"custom_css": [],
"settings": {
"announcement_delay": 15,
"color_scheme": "color__bg-tertiary color__tertiary",
"layout_alignment": "center",
"enable_margin": true,
"visibility": ""
}
}
}
}sections/footer-group.json
{
"type": "footer",
"name": "Footer group",
"sections": {
"theme_footer": {
"type": "theme__footer",
"blocks": {
"menu_RjKi3r": {
"type": "menu",
"settings": {
"menu": "footer"
}
},
"menu_A8h9q6": {
"type": "menu",
"settings": {
"menu": "footer-menu-2"
}
},
"menu_beJm9E": {
"type": "menu",
"settings": {
"menu": "account"
}
},
"menu_C9maBx": {
"type": "menu",
"settings": {
"menu": ""
}
},
"menu_EgxNVF": {
"type": "menu",
"settings": {
"menu": ""
}
},
"menu_4tpM7t": {
"type": "menu",
"settings": {
"menu": ""
}
},
"content_zz6r94": {
"type": "content",
"settings": {
"heading": "",
"content": "<p>Net 60 Payments</p><h6>Buy now, pay later</h6><p></p><p>24/7 Support</p><h6>Order with confidence</h6><h6></h6><p>Free Shipping</p><h6>On domestic orders</h6><p></p><p>Easy Re-Order</p><h6>Save time and money</h6>",
"button_label": "",
"button_url": "",
"logo_desktop_height": 30,
"logo_mobile_height": 20
}
}
},
"block_order": [
"menu_RjKi3r",
"menu_A8h9q6",
"menu_beJm9E",
"menu_C9maBx",
"menu_EgxNVF",
"menu_4tpM7t",
"content_zz6r94"
]
}
}
}sections/overlay-group.json
{
"type": "custom.overlay",
"name": "Overlay group",
"sections": {
"theme_tooltip": {
"type": "theme__tooltip",
"blocks": {
"71c48f59-2e6d-4190-8942-3924132a07ee": {
"type": "newsletter",
"settings": {
"content": "<p>Tell customers why they should subscribe to your newsletter.</p>",
"button_label": "Subscribe",
"disclaimer": "",
"success": "<p>Success! You've been subscribed.</p>"
}
}
},
"block_order": [
"71c48f59-2e6d-4190-8942-3924132a07ee"
],
"disabled": true,
"settings": {
"button_label": "Sign up",
"button_icon": "",
"color_button": "btn btn--secondary",
"placement": "bottom-0 right-0",
"visibility": ""
}
},
"theme_scrollup": {
"type": "theme__scroll-up",
"disabled": true,
"settings": {
"scroll_up_style": "text",
"button_color": "btn btn--plain",
"visibility": "hidden md:block"
}
},
"theme_age-verification": {
"type": "theme__age-verification",
"disabled": true,
"settings": {
"age_verification_style": "full_date",
"age_limit": 1,
"heading": "Verify your age",
"content": "<p>Please confirm that you are over the age of 18 to proceed.</p>"
}
}
}
}Template files
templates/index.json
{
"sections": {
"banner_alternative_dzQqhb": {
"type": "banner-alternative",
"blocks": {
"content_EnhnNY": {
"type": "content",
"settings": {
"heading": "Keep competitive with the premium wholesale home goods resource",
"content": "",
"url": "",
"show_entire_image": false,
"show_video_background_mobile": true,
"button_label": "Sign Up",
"button_url": "https://shopify.com/92083781912/account?locale=en",
"color_button": "btn",
"secondary_button_label": "",
"secondary_button_url": "",
"secondary_color_button": "btn",
"color_scheme": "color__bg-secondary color__secondary",
"color_text": "",
"enable_gradient": false,
"enable_background_overlay": false,
"layout_y_alignment": "items-end",
"layout_x_alignment": "justify-start"
}
},
"content_pwTqaQ": {
"type": "content",
"settings": {
"heading": "",
"content": "",
"url": "",
"image_background_desktop": "shopify://shop_images/pexels-ron-lach-10117817.jpg",
"show_entire_image": false,
"show_video_background_mobile": true,
"button_label": "",
"button_url": "",
"color_button": "btn",
"secondary_button_label": "",
"secondary_button_url": "",
"secondary_color_button": "btn btn--neutral",
"color_scheme": "color__bg-overlay-3 color__text",
"color_text": "",
"enable_gradient": false,
"enable_background_overlay": false,
"layout_y_alignment": "items-end",
"layout_x_alignment": "justify-start"
}
}
},
"block_order": [
"content_EnhnNY",
"content_pwTqaQ"
],
"settings": {
"layout_y_spacing": "min-h-[250px] md:min-h-[350px]",
"color_scheme": "color__bg-body color__text",
"color_border": "color__border-divider-1",
"style_border": "",
"enable_margin": true,
"enable_max_width": true,
"visibility": ""
}
}
}
}Last updated
Was this helpful?