How to fix missing translation: "t:sections.image-banner.settings.color_scheme.label"?

Topic summary

A user encountered a missing translation error for t:sections.image-banner.settings.color_scheme.label after adding an extra background color to rich text, which unexpectedly affected image banner color schemes.

Initial Solution:

  • Another participant provided updated code adding the missing ‘color_scheme’ label to the en.default.schema.json file
  • Shared a screenshot showing where the label was added in the settings schema

Resolution:

  • The original poster confirmed they had already fixed the issue 2 days prior

Related Follow-up:

  • A third user posted about similar color scheme problems in a Sense theme section:
    • Fonts changing unexpectedly when adding a custom section to product pages
    • Color scheme setting (“background-2”) not applying correctly
  • This follow-up included HTML/CSS code for a custom animated text section but received no response

The main issue appears resolved, though the translation error stemmed from incomplete locale file entries when customizing theme sections.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

Hi,

I have added an extra background color to rich text but for some reason it affect the color scheme of image banners. How do I fix this? I don’t have this issue anywhere.

Here my en.default.schema.json:

Show More

javascript { "settings_schema": { "global": { "settings": { "header__border": { "content": "Border" }, "header__shadow": { "content": "Shadow" }, "blur": { "label": "Blur" }, "corner_radius": { "label": "Corner radius" }, "horizontal_offset": { "label": "Horizontal offset" }, "vertical_offset": { "label": "Vertical offset" }, "thickness": { "label": "Thickness" }, "opacity": { "label": "Opacity" }, "image_padding": { "label": "Image padding" }, "text_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Text alignment" } } }, "cards": { "name": "Product cards", "settings": { "style": { "options__1": { "label": "Standard" }, "options__2": { "label": "Card" }, "label": "Style" } } }, "collection_cards": { "name": "Collection cards", "settings": { "style": { "options__1": { "label": "Standard" }, "options__2": { "label": "Card" }, "label": "Style" } } }, "blog_cards": { "name": "Blog cards", "settings": { "style": { "options__1": { "label": "Standard" }, "options__2": { "label": "Card" }, "label": "Style" } } }, "badges": { "name": "Badges", "settings": { "position": { "options__1": { "label": "Bottom left" }, "options__2": { "label": "Bottom right" }, "options__3": { "label": "Top left" }, "options__4": { "label": "Top right" }, "label": "Position on cards" }, "sale_badge_color_scheme": { "label": "Sale badge color scheme" }, "sold_out_badge_color_scheme": { "label": "Sold out badge color scheme" } } }, "colors": { "name": "Colors", "settings": { "colors_solid_button_labels": { "label": "Solid button label", "info": "Used as foreground color on accent colors." }, "colors_accent_1": { "label": "Accent 1", "info": "Used for solid button background." }, "gradient_accent_1": { "label": "Accent 1 gradient" }, "colors_accent_2": { "label": "Accent 2" }, "gradient_accent_2": { "label": "Accent 2 gradient" }, "header__1": { "content": "Primary colors" }, "header__2": { "content": "Secondary colors" }, "colors_text": { "label": "Text", "info": "Used as foreground color on background colors." }, "colors_outline_button_labels": { "label": "Outline button", "info": "Also used for text links." }, "colors_background_1": { "label": "Background 1" }, "gradient_background_1": { "label": "Background 1 gradient" }, "colors_background_2": { "label": "Background 2" }, "gradient_background_2": { "label": "Background 2 gradient" }, "colors_background_3": { "label": "Background 3" }, "gradient_background_3": { "label": "Background 3 gradient" } } }, "typography": { "name": "Typography", "settings": { "type_header_font": { "label": "Font", "info": "Selecting a different font can affect the speed of your store. [Learn more about system fonts.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" }, "heading_scale": { "label": "Font size scale" }, "header__1": { "content": "Headings" }, "header__2": { "content": "Body" }, "type_body_font": { "label": "Font", "info": "Selecting a different font can affect the speed of your store. [Learn more about system fonts.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" }, "body_scale": { "label": "Font size scale" } } }, "buttons": { "name": "Buttons" }, "variant_pills": { "name": "Variant pills", "paragraph": "Variant pills are one way of displaying your product variants. [Learn more](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" }, "inputs": { "name": "Inputs" }, "content_containers": { "name": "Content containers" }, "popups": { "name": "Dropdowns and pop-ups", "paragraph": "Affects areas like navigation dropdowns, pop-up modals, and cart pop-ups." }, "media": { "name": "Media" }, "drawers": { "name": "Drawers" }, "styles": { "name": "Icons", "settings": { "accent_icons": { "options__3": { "label": "Outline button" }, "options__4": { "label": "Text" }, "label": "Color" } } }, "social-media": { "name": "Social media", "settings": { "header": { "content": "Social accounts" }, "social_twitter_link": { "label": "Twitter", "info": "https:\/\/twitter.com\/shopify" }, "social_facebook_link": { "label": "Facebook", "info": "https:\/\/facebook.com\/shopify" }, "social_pinterest_link": { "label": "Pinterest", "info": "https:\/\/pinterest.com\/shopify" }, "social_instagram_link": { "label": "Instagram", "info": "http:\/\/instagram.com\/shopify" }, "social_tiktok_link": { "label": "TikTok", "info": "https:\/\/tiktok.com\/@shopify" }, "social_tumblr_link": { "label": "Tumblr", "info": "https:\/\/shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", "info": "https:\/\/www.snapchat.com\/add\/shopify" }, "social_youtube_link": { "label": "YouTube", "info": "https:\/\/www.youtube.com\/shopify" }, "social_vimeo_link": { "label": "Vimeo", "info": "https:\/\/vimeo.com\/shopify" } } }, "search_input": { "name": "Search behavior", "settings": { "header": { "content": "Product suggestions" }, "predictive_search_enabled": { "label": "Enable product suggestions" }, "predictive_search_show_vendor": { "label": "Show vendor", "info": "Visible when product suggestions enabled." }, "predictive_search_show_price": { "label": "Show price", "info": "Visible when product suggestions enabled." } } }, "favicon": { "name": "Favicon", "settings": { "favicon": { "label": "Favicon image", "info": "Will be scaled down to 32 x 32px" } } }, "currency_format": { "name": "Currency format", "settings": { "content": "Currency codes", "paragraph": "Cart and checkout prices always show currency codes. Example: $1.00 USD.", "currency_code_enabled": { "label": "Show currency codes" } } }, "cart": { "name": "Cart", "settings": { "cart_type": { "label": "Cart type", "drawer": { "label": "Drawer" }, "page": { "label": "Page" }, "notification": { "label": "Popup notification" } }, "show_vendor": { "label": "Show vendor" }, "show_cart_note": { "label": "Enable cart note" }, "cart_drawer": { "header": "Cart drawer", "collection": { "label": "Collection", "info": "Visible when cart drawer is empty." } } } }, "layout": { "name": "Layout", "settings": { "page_width": { "label": "Page width" }, "spacing_sections": { "label": "Vertical space between sections" }, "header__grid": { "content": "Grid" }, "paragraph__grid": { "content": "Affects areas with a multicolumn layout." }, "spacing_grid_horizontal": { "label": "Horizontal space" }, "spacing_grid_vertical": { "label": "Vertical space" } } } }, "sections": { "all": { "padding": { "section_padding_heading": "Section padding", "padding_top": "Top padding", "padding_bottom": "Bottom padding" }, "spacing": "Spacing", "colors": { "accent_1": { "label": "Accent 1" }, "accent_2": { "label": "Accent 2" }, "background_1": { "label": "Background 1" }, "background_2": { "label": "Background 2" }, "background_3": { "label": "Background 3" }, "inverse": { "label": "Inverse" }, "label": "Color scheme", "has_cards_info": "To change the card color scheme, update your theme settings." }, "heading_size": { "label": "Heading size", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" }, "options__4": { "label": "Extra large" } } }, "announcement-bar": { "name": "Announcement bar", "blocks": { "announcement": { "name": "Announcement", "settings": { "text": { "label": "Text" }, "text_alignment": { "label": "Text alignment", "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" } }, "link": { "label": "Link" } } } } }, "apps": { "name": "Apps", "settings": { "include_margins": { "label": "Make section margins the same as theme" } }, "presets": { "name": "Apps" } }, "collage": { "name": "Collage", "settings": { "heading": { "label": "Heading" }, "desktop_layout": { "label": "Desktop layout", "options__1": { "label": "Left large block" }, "options__2": { "label": "Right large block" } }, "mobile_layout": { "label": "Mobile layout", "options__1": { "label": "Collage" }, "options__2": { "label": "Column" } }, "card_styles": { "label": "Card style", "info": "Product, collection, and blog card styles can be updated in theme settings.", "options__1": { "label": "Use individual card styles" }, "options__2": { "label": "Style all as product cards" } } }, "blocks": { "image": { "name": "Image", "settings": { "image": { "label": "Image" }, "image_padding": { "label": "Use original image ratio", "info": "Select if you don't want your image to be cropped." } } }, "product": { "name": "Product", "settings": { "product": { "label": "Product" }, "secondary_background": { "label": "Show secondary background" }, "second_image": { "label": "Show second image on hover" } } }, "collection": { "name": "Collection", "settings": { "collection": { "label": "Collection" } } }, "video": { "name": "Video", "settings": { "cover_image": { "label": "Cover image" }, "video_url": { "label": "URL", "info": "Video plays in a pop-up if the section contains other blocks.", "placeholder": "Use a YouTube or Vimeo URL" }, "image_padding": { "label": "Use original image ratio", "info": "Select if you don't want your image to be cropped." }, "description": { "label": "Video alt text", "info": "Describe the video for customers using screen readers. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" } } } }, "presets": { "name": "Collage" } }, "collection-list": { "name": "Collection list", "settings": { "title": { "label": "Heading" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" }, "info": "Add images by editing your collections. [Learn more](https:\/\/help.shopify.com\/manual\/products\/collections)" }, "columns_desktop": { "label": "Number of columns on desktop" }, "show_view_all": { "label": "Enable \"View all\" button if list includes more collections than shown" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } }, "swipe_on_mobile": { "label": "Enable swipe on mobile" } }, "blocks": { "featured_collection": { "name": "Collection", "settings": { "collection": { "label": "Collection" } } } }, "presets": { "name": "Collection list" } }, "contact-form": { "name": "Contact Form", "presets": { "name": "Contact form" } }, "custom-liquid": { "name": "Custom Liquid", "settings": { "custom_liquid": { "label": "Custom Liquid", "info": "Add app snippets or other Liquid code to create advanced customizations." } }, "presets": { "name": "Custom Liquid" } }, "featured-blog": { "name": "Blog posts", "settings": { "heading": { "label": "Heading" }, "blog": { "label": "Blog" }, "post_limit": { "label": "Number of blog posts to show" }, "columns_desktop": { "label": "Number of columns on desktop" }, "show_view_all": { "label": "Enable \"View all\" button if blog includes more blog posts than shown" }, "show_image": { "label": "Show featured image", "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Show date" }, "show_author": { "label": "Show author" } }, "presets": { "name": "Blog posts" } }, "featured-collection": { "name": "Featured collection", "settings": { "title": { "label": "Heading" }, "description": { "label": "Description" }, "show_description": { "label": "Show collection description from the admin" }, "description_style": { "label": "Description style", "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "options__3": { "label": "Uppercase" } }, "collection": { "label": "Collection" }, "products_to_show": { "label": "Maximum products to show" }, "columns_desktop": { "label": "Number of columns on desktop" }, "show_view_all": { "label": "Enable \"View all\" if collection has more products than shown" }, "view_all_style": { "label": "\"View all\" style", "options__1": { "label": "Link" }, "options__2": { "label": "Outline button" }, "options__3": { "label": "Solid button" } }, "enable_desktop_slider": { "label": "Enable carousel on desktop" }, "full_width": { "label": "Make products full width" }, "header": { "content": "Product card" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" } }, "show_secondary_image": { "label": "Show second image on hover" }, "show_vendor": { "label": "Show vendor" }, "show_rating": { "label": "Show product rating", "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Enable quick add button", "info": "Optimal with popup or drawer cart type." }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } }, "swipe_on_mobile": { "label": "Enable swipe on mobile" } }, "presets": { "name": "Featured collection" } }, "featured-product": { "name": "Featured product", "blocks": { "text": { "name": "Text", "settings": { "text": { "label": "Text" }, "text_style": { "label": "Text style", "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "options__3": { "label": "Uppercase" } } } }, "title": { "name": "Title" }, "price": { "name": "Price" }, "quantity_selector": { "name": "Quantity selector" }, "variant_picker": { "name": "Variant picker", "settings": { "picker_type": { "label": "Type", "options__1": { "label": "Dropdown" }, "options__2": { "label": "Pills" } } } }, "buy_buttons": { "name": "Buy buttons", "settings": { "show_dynamic_checkout": { "label": "Show dynamic checkout buttons", "info": "Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. [Learn more](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" } } }, "description": { "name": "Description" }, "share": { "name": "Share", "settings": { "text": { "label": "Text" }, "featured_image_info": { "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" }, "title_info": { "content": "A store title and description are included with the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" } } }, "custom_liquid": { "name": "Custom liquid", "settings": { "custom_liquid": { "label": "Custom liquid" } } }, "rating": { "name": "Product rating", "settings": { "paragraph": { "content": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" } } } }, "settings": { "product": { "label": "Product" }, "secondary_background": { "label": "Show secondary background" }, "header": { "content": "Media", "info": "Learn more about [media types](https:\/\/help.shopify.com\/manual\/products\/product-media)" }, "media_position": { "label": "Desktop media position", "info": "Position is automatically optimized for mobile.", "options__1": { "label": "Left" }, "options__2": { "label": "Right" } }, "hide_variants": { "label": "Hide unselected variants’ media on desktop" }, "enable_video_looping": { "label": "Enable video looping" } }, "presets": { "name": "Featured product" } }, "footer": { "name": "Footer", "blocks": { "link_list": { "name": "Menu", "settings": { "heading": { "label": "Heading" }, "menu": { "label": "Menu", "info": "Displays only top-level menu items." } } }, "text": { "name": "Text", "settings": { "heading": { "label": "Heading" }, "subtext": { "label": "Subtext" } } } }, "settings": { "newsletter_enable": { "label": "Show email signup" }, "newsletter_heading": { "label": "Heading" }, "header__1": { "content": "Email Signup", "info": "Subscribers added automatically to your “accepted marketing” customer list. [Learn more](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" }, "header__2": { "content": "Social media icons", "info": "To display your social media accounts, link them in your theme settings." }, "show_social": { "label": "Show social media icons" }, "header__3": { "content": "Country\/region selector" }, "header__4": { "info": "To add a country\/region, go to your [payment settings.](\/admin\/settings\/payments)" }, "enable_country_selector": { "label": "Enable country\/region selector" }, "header__5": { "content": "Language selector" }, "header__6": { "info": "To add a language, go to your [language settings.](\/admin\/settings\/languages)" }, "enable_language_selector": { "label": "Enable language selector" }, "header__7": { "content": "Payment methods" }, "payment_enable": { "label": "Show payment icons" }, "margin_top": { "label": "Top margin" } } }, "header": { "name": "Header", "settings": { "logo": { "label": "Logo image" }, "logo_width": { "unit": "px", "label": "Custom logo width" }, "logo_position": { "label": "Desktop logo position", "options__1": { "label": "Middle left" }, "options__2": { "label": "Top left" }, "options__3": { "label": "Top center" }, "options__4": { "label": "Middle center" } }, "menu": { "label": "Menu" }, "menu_type_desktop": { "label": "Desktop menu type", "info": "Menu type is automatically optimized for mobile.", "options__1": { "label": "Dropdown" }, "options__2": { "label": "Mega menu" } }, "show_line_separator": { "label": "Show separator line" }, "enable_sticky_header": { "label": "Enable sticky header", "info": "Header shows on the screen as customers scroll up." }, "margin_bottom": { "label": "Bottom margin" }, "mobile_layout": { "content": "Mobile layout" }, "mobile_logo_position": { "label": "Mobile logo position", "options__1": { "label": "Center" }, "options__2": { "label": "Left" } } } }, "image-banner": { "name": "Image banner", "settings": { "image": { "label": "First image" }, "image_2": { "label": "Second image" }, "image_overlay_opacity": { "label": "Image overlay opacity" }, "image_height": { "label": "Banner height", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" }, "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { "label": "Top Left" }, "options__2": { "label": "Top Center" }, "options__3": { "label": "Top Right" }, "options__4": { "label": "Middle Left" }, "options__5": { "label": "Middle Center" }, "options__6": { "label": "Middle Right" }, "options__7": { "label": "Bottom Left" }, "options__8": { "label": "Bottom Center" }, "options__9": { "label": "Bottom Right" }, "label": "Desktop content position" }, "show_text_box": { "label": "Show container on desktop" }, "desktop_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Desktop content alignment" }, "color_scheme": { "info": "Visible when container displayed." }, "header": { "content": "Mobile Layout" }, "mobile_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Mobile content alignment" }, "stack_images_on_mobile": { "label": "Stack images on mobile" }, "show_text_below": { "label": "Show container on mobile" }, "adapt_height_first_image": { "label": "Adapt section height to first image size", "info": "Overwrites image banner height setting when checked." } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "text": { "name": "Text", "settings": { "text": { "label": "Description" }, "text_style": { "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "options__3": { "label": "Uppercase" }, "label": "Text style" } } }, "buttons": { "name": "Buttons", "settings": { "button_label_1": { "label": "First button label", "info": "Leave the label blank to hide the button." }, "button_link_1": { "label": "First button link" }, "button_style_secondary_1": { "label": "Use outline button style" }, "button_label_2": { "label": "Second button label", "info": "Leave the label blank to hide the button." }, "button_link_2": { "label": "Second button link" }, "button_style_secondary_2": { "label": "Use outline button style" } } } }, "presets": { "name": "Image banner" } }, "image-with-text": { "name": "Image with text", "settings": { "image": { "label": "Image" }, "height": { "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Large" }, "label": "Image height" }, "desktop_image_width": { "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" }, "label": "Desktop image width", "info": "Image is automatically optimized for mobile." }, "layout": { "options__1": { "label": "Image first" }, "options__2": { "label": "Image second" }, "label": "Desktop image placement", "info": "Image first is the default mobile layout." }, "desktop_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Desktop content alignment" }, "desktop_content_position": { "options__1": { "label": "Top" }, "options__2": { "label": "Middle" }, "options__3": { "label": "Bottom" }, "label": "Desktop content position" }, "content_layout": { "options__1": { "label": "No overlap" }, "options__2": { "label": "Overlap" }, "label": "Content layout" }, "mobile_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Mobile content alignment" } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "caption": { "name": "Caption", "settings": { "text": { "label": "Text" }, "text_style": { "label": "Text style", "options__1": { "label": "Subtitle" }, "options__2": { "label": "Uppercase" } }, "caption_size": { "label": "Text size", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" } } } }, "text": { "name": "Text", "settings": { "text": { "label": "Content" }, "text_style": { "label": "Text style", "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" } } } }, "button": { "name": "Button", "settings": { "button_label": { "label": "Button label", "info": "Leave the label blank to hide the button." }, "button_link": { "label": "Button link" } } } }, "presets": { "name": "Image with text" } }, "main-account": { "name": "Account" }, "main-activate-account": { "name": "Account activation" }, "main-addresses": { "name": "Addresses" }, "main-article": { "name": "Blog post", "blocks": { "featured_image": { "name": "Featured image", "settings": { "image_height": { "label": "Featured image height", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Medium" }, "options__4": { "label": "Large" }, "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" } } }, "title": { "name": "Title", "settings": { "blog_show_date": { "label": "Show date" }, "blog_show_author": { "label": "Show author" } } }, "content": { "name": "Content" }, "share": { "name": "Share", "settings": { "text": { "label": "Text" }, "featured_image_info": { "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." }, "title_info": { "content": "A store title and description are included with the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." } } } } }, "main-blog": { "name": "Blog posts", "settings": { "header": { "content": "Blog post card" }, "show_image": { "label": "Show featured image" }, "show_date": { "label": "Show date" }, "show_author": { "label": "Show author" }, "paragraph": { "content": "Change excerpts by editing your blog posts. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "layout": { "label": "Desktop layout", "options__1": { "label": "Grid" }, "options__2": { "label": "Collage" }, "info": "Posts are stacked on mobile." }, "image_height": { "label": "Featured image height", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Medium" }, "options__4": { "label": "Large" }, "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" } } }, "main-cart-footer": { "name": "Subtotal", "blocks": { "subtotal": { "name": "Subtotal price" }, "buttons": { "name": "Checkout button" } } }, "main-cart-items": { "name": "Items" }, "main-collection-banner": { "name": "Collection banner", "settings": { "paragraph": { "content": "Add a description or image by editing your collection. [Learn more](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" }, "show_collection_description": { "label": "Show collection description" }, "show_collection_image": { "label": "Show collection image", "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" } } }, "main-collection-product-grid": { "name": "Product grid", "settings": { "products_per_page": { "label": "Products per page" }, "columns_desktop": { "label": "Number of columns on desktop" }, "enable_filtering": { "label": "Enable filtering", "info": "Customize [filters](\/admin\/menus)" }, "filter_type": { "label": "Desktop filter layout", "options__1": { "label": "Horizontal" }, "options__2": { "label": "Vertical" }, "options__3": { "label": "Drawer" }, "info": "Drawer is the default mobile layout." }, "enable_sorting": { "label": "Enable sorting" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" } }, "show_secondary_image": { "label": "Show second image on hover" }, "show_vendor": { "label": "Show vendor" }, "show_rating": { "label": "Show product rating", "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" }, "header__1": { "content": "Filtering and sorting" }, "header__3": { "content": "Product card" }, "enable_tags": { "label": "Enable filtering", "info": "[Customize filters](\/admin\/menus)" }, "enable_quick_buy": { "label": "Enable quick add button", "info": "Optimal with popup or drawer cart type." }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } } } }, "main-list-collections": { "name": "Collections list page", "settings": { "title": { "label": "Heading" }, "sort": { "label": "Sort collections by:", "options__1": { "label": "Alphabetically, A-Z" }, "options__2": { "label": "Alphabetically, Z-A" }, "options__3": { "label": "Date, new to old" }, "options__4": { "label": "Date, old to new" }, "options__5": { "label": "Product count, high to low" }, "options__6": { "label": "Product count, low to high" } }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" }, "info": "Add images by editing your collections. [Learn more](https:\/\/help.shopify.com\/manual\/products\/collections)" }, "columns_desktop": { "label": "Number of columns on desktop" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } } } }, "main-login": { "name": "Login" }, "main-order": { "name": "Order" }, "main-page": { "name": "Page" }, "main-password-footer": { "name": "Password footer" }, "main-password-header": { "name": "Password header", "settings": { "logo": { "label": "Logo image" }, "logo_max_width": { "label": "Custom logo width", "unit": "px" } } }, "main-product": { "name": "Product information", "blocks": { "text": { "name": "Text", "settings": { "text": { "label": "Text" }, "text_style": { "label": "Text style", "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "options__3": { "label": "Uppercase" } } } }, "title": { "name": "Title" }, "price": { "name": "Price" }, "quantity_selector": { "name": "Quantity selector" }, "variant_picker": { "name": "Variant picker", "settings": { "picker_type": { "label": "Type", "options__1": { "label": "Dropdown" }, "options__2": { "label": "Pills" } } } }, "buy_buttons": { "name": "Buy buttons", "settings": { "show_dynamic_checkout": { "label": "Show dynamic checkout buttons", "info": "Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. [Learn more](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" } } }, "pickup_availability": { "name": "Pickup availability" }, "description": { "name": "Description" }, "share": { "name": "Share", "settings": { "text": { "label": "Text" }, "featured_image_info": { "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." }, "title_info": { "content": "A store title and description are included with the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." } } }, "custom_liquid": { "name": "Custom liquid", "settings": { "custom_liquid": { "label": "Custom liquid", "info": "Add app snippets or other Liquid code to create advanced customizations." } } }, "collapsible_tab": { "name": "Collapsible row", "settings": { "heading": { "info": "Include a heading that explains the content.", "label": "Heading" }, "content": { "label": "Row content" }, "page": { "label": "Row content from page" }, "icon": { "label": "Icon", "options__1": { "label": "None" }, "options__2": { "label": "Apple" }, "options__3": { "label": "Banana" }, "options__4": { "label": "Bottle" }, "options__5": { "label": "Box" }, "options__6": { "label": "Carrot" }, "options__7": { "label": "Chat bubble" }, "options__8": { "label": "Check mark" }, "options__9": { "label": "Clipboard" }, "options__10": { "label": "Dairy" }, "options__11": { "label": "Dairy free" }, "options__12": { "label": "Dryer" }, "options__13": { "label": "Eye" }, "options__14": { "label": "Fire" }, "options__15": { "label": "Gluten free" }, "options__16": { "label": "Heart" }, "options__17": { "label": "Iron" }, "options__18": { "label": "Leaf" }, "options__19": { "label": "Leather" }, "options__20": { "label": "Lightning bolt" }, "options__21": { "label": "Lipstick" }, "options__22": { "label": "Lock" }, "options__23": { "label": "Map pin" }, "options__24": { "label": "Nut free" }, "options__25": { "label": "Pants" }, "options__26": { "label": "Paw print" }, "options__27": { "label": "Pepper" }, "options__28": { "label": "Perfume" }, "options__29": { "label": "Plane" }, "options__30": { "label": "Plant" }, "options__31": { "label": "Price tag" }, "options__32": { "label": "Question mark" }, "options__33": { "label": "Recycle" }, "options__34": { "label": "Return" }, "options__35": { "label": "Ruler" }, "options__36": { "label": "Serving dish" }, "options__37": { "label": "Shirt" }, "options__38": { "label": "Shoe" }, "options__39": { "label": "Silhouette" }, "options__40": { "label": "Snowflake" }, "options__41": { "label": "Star" }, "options__42": { "label": "Stopwatch" }, "options__43": { "label": "Truck" }, "options__44": { "label": "Washing" } } } }, "popup": { "name": "Pop-up", "settings": { "link_label": { "label": "Link label" }, "page": { "label": "Page" } } }, "rating": { "name": "Product rating", "settings": { "paragraph": { "content": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-rating-block)" } } }, "complementary_products": { "name": "Complementary products", "settings": { "paragraph": { "content": "To select complementary products, add the Search & Discovery app. [Learn more](https:\/\/shopify.dev\/themes\/product-merchandising\/recommendations)" }, "heading": { "label": "Heading" }, "make_collapsible_row": { "label": "Show as collapsible row" }, "icon": { "info": "Visible when collapsible row is displayed." }, "product_list_limit": { "label": "Maximum products to show" }, "products_per_page": { "label": "Number of products per page" }, "pagination_style": { "label": "Pagination style", "options": { "option_1": "Dots", "option_2": "Counter", "option_3": "Numbers" } }, "product_card": { "heading": "Product card" }, "image_ratio": { "label": "Image ratio", "options": { "option_1": "Portrait", "option_2": "Square" } }, "enable_quick_add": { "label": "Enable quick add button" } } } }, "settings": { "header": { "content": "Media", "info": "Learn more about [media types.](https:\/\/help.shopify.com\/manual\/products\/product-media)" }, "enable_sticky_info": { "label": "Enable sticky content on desktop" }, "gallery_layout": { "label": "Desktop layout", "options__1": { "label": "Stacked" }, "options__2": { "label": "2 columns" }, "options__3": { "label": "Thumbnails" }, "options__4": { "label": "Thumbnail carousel" } }, "media_size": { "label": "Desktop media size", "info": "Media is automatically optimized for mobile.", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" } }, "media_position": { "label": "Desktop media position", "info": "Position is automatically optimized for mobile.", "options__1": { "label": "Left" }, "options__2": { "label": "Right" } }, "mobile_thumbnails": { "label": "Mobile layout", "options__1": { "label": "2 columns" }, "options__2": { "label": "Show thumbnails" }, "options__3": { "label": "Hide thumbnails" } }, "hide_variants": { "label": "Hide other variants’ media after selecting a variant" }, "enable_video_looping": { "label": "Enable video looping" } } }, "main-register": { "name": "Registration" }, "main-reset-password": { "name": "Password reset" }, "main-search": { "name": "Search results", "settings": { "columns_desktop": { "label": "Number of columns on desktop" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" } }, "show_secondary_image": { "label": "Show second image on hover" }, "show_vendor": { "label": "Show vendor" }, "show_rating": { "label": "Show product rating", "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" }, "header__1": { "content": "Product card" }, "header__2": { "content": "Blog card", "info": "Blog card styles also apply to page cards in search results. To change card styles update your theme settings." }, "article_show_date": { "label": "Show date" }, "article_show_author": { "label": "Show author" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } } } }, "multicolumn": { "name": "Multicolumn", "settings": { "title": { "label": "Heading" }, "image_width": { "label": "Image width", "options__1": { "label": "One-third width of column" }, "options__2": { "label": "Half width of column" }, "options__3": { "label": "Full width of column" } }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" }, "options__4": { "label": "Circle" } }, "columns_desktop": { "label": "Number of columns on desktop" }, "column_alignment": { "label": "Column alignment", "options__1": { "label": "Left" }, "options__2": { "label": "Center" } }, "background_style": { "label": "Secondary background", "options__1": { "label": "None" }, "options__2": { "label": "Show as column background" } }, "button_label": { "label": "Button label" }, "button_link": { "label": "Button link" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } }, "swipe_on_mobile": { "label": "Enable swipe on mobile" } }, "blocks": { "column": { "name": "Column", "settings": { "image": { "label": "Image" }, "title": { "label": "Heading" }, "text": { "label": "Description" }, "link_label": { "label": "Link label" }, "link": { "label": "Link" } } } }, "presets": { "name": "Multicolumn" } }, "newsletter": { "name": "Email signup", "settings": { "full_width": { "label": "Make section full width" }, "paragraph": { "content": "Each email subscription creates a customer account. [Learn more](https:\/\/help.shopify.com\/manual\/customers)" } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "paragraph": { "name": "Subheading", "settings": { "paragraph": { "label": "Description" } } }, "email_form": { "name": "Email form" } }, "presets": { "name": "Email signup" } }, "email-signup-banner": { "name": "Email signup banner", "settings": { "paragraph": { "content": "Each email subscription creates a customer account. [Learn more](https:\/\/help.shopify.com\/manual\/customers)" }, "image": { "label": "Background image" }, "image_overlay_opacity": { "label": "Image overlay opacity" }, "show_background_image": { "label": "Show background image" }, "show_text_box": { "label": "Show container on desktop" }, "desktop_content_position": { "options__1": { "label": "Top Left" }, "options__2": { "label": "Top Center" }, "options__3": { "label": "Top Right" }, "options__4": { "label": "Middle Left" }, "options__5": { "label": "Middle Center" }, "options__6": { "label": "Middle Right" }, "options__7": { "label": "Bottom Left" }, "options__8": { "label": "Bottom Center" }, "options__9": { "label": "Bottom Right" }, "label": "Desktop content position" }, "color_scheme": { "info": "Visible when container displayed." }, "image_height": { "label": "Banner height", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Medium" }, "options__4": { "label": "Large" }, "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Desktop content alignment" }, "header": { "content": "Mobile Layout" }, "mobile_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Mobile content alignment" }, "show_text_below": { "label": "Show content below image on mobile", "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "paragraph": { "name": "Paragraph", "settings": { "paragraph": { "label": "Description" }, "text_style": { "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "label": "Text style" } } }, "email_form": { "name": "Email form" } }, "presets": { "name": "Email signup banner" } }, "page": { "name": "Page", "settings": { "page": { "label": "Page" } }, "presets": { "name": "Page" } }, "product-recommendations": { "name": "Product recommendations", "settings": { "heading": { "label": "Heading" }, "products_to_show": { "label": "Maximum products to show" }, "columns_desktop": { "label": "Number of columns on desktop" }, "paragraph__1": { "content": "Dynamic recommendations use order and product information to change and improve over time. [Learn more](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" }, "header__2": { "content": "Product card" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" } }, "show_secondary_image": { "label": "Show second image on hover" }, "show_vendor": { "label": "Show vendor" }, "show_rating": { "label": "Show product rating", "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } } } }, "rich-text": { "name": "Rich text", "settings": { "desktop_content_position": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Desktop content position", "info": "Position is automatically optimized for mobile." }, "content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Content alignment" }, "full_width": { "label": "Make section full width" } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "caption": { "name": "Caption", "settings": { "text": { "label": "Text" }, "text_style": { "label": "Text style", "options__1": { "label": "Subtitle" }, "options__2": { "label": "Uppercase" } }, "caption_size": { "label": "Text size", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" } } } }, "text": { "name": "Text", "settings": { "text": { "label": "Description" } } }, "buttons": { "name": "Buttons", "settings": { "button_label_1": { "label": "First button label", "info": "Leave the label blank to hide the button." }, "button_link_1": { "label": "First button link" }, "button_style_secondary_1": { "label": "Use outline button style" }, "button_label_2": { "label": "Second button label", "info": "Leave the label blank to hide the button." }, "button_link_2": { "label": "Second button link" }, "button_style_secondary_2": { "label": "Use outline button style" } } } }, "presets": { "name": "Rich text" } }, "video": { "name": "Video", "settings": { "heading": { "label": "Heading" }, "cover_image": { "label": "Cover image" }, "video_url": { "label": "URL", "placeholder": "Use a YouTube or Vimeo URL", "info": "Video plays in the page." }, "description": { "label": "Video alt text", "info": "Describe the video for customers using screen readers. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" }, "image_padding": { "label": "Add image padding", "info": "Select image padding if you don't want your cover image to be cropped." }, "full_width": { "label": "Make section full width" } }, "presets": { "name": "Video" } }, "slideshow": { "name": "Slideshow", "settings": { "layout": { "label": "Layout", "options__1": { "label": "Full width" }, "options__2": { "label": "Grid" } }, "slide_height": { "label": "Slide height", "options__1": { "label": "Adapt to first image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Medium" }, "options__4": { "label": "Large" } }, "slider_visual": { "label": "Pagination style", "options__1": { "label": "Counter" }, "options__2": { "label": "Dots" }, "options__3": { "label": "Numbers" } }, "auto_rotate": { "label": "Auto-rotate slides" }, "change_slides_speed": { "label": "Change slides every" }, "mobile": { "content": "Mobile layout" }, "show_text_below": { "label": "Show content below images on mobile" }, "accessibility": { "content": "Accessibility", "label": "Slideshow description", "info": "Describe the slideshow for customers using screen readers." } }, "blocks": { "slide": { "name": "Slide", "settings": { "image": { "label": "Image" }, "heading": { "label": "Heading" }, "subheading": { "label": "Subheading" }, "button_label": { "label": "Button label", "info": "Leave the label blank to hide the button." }, "link": { "label": "Button link" }, "secondary_style": { "label": "Use outline button style" }, "box_align": { "label": "Desktop content position", "info": "Position is automatically optimized for mobile.", "options__1": { "label": "Top left" }, "options__2": { "label": "Top center" }, "options__3": { "label": "Top right" }, "options__4": { "label": "Middle left" }, "options__5": { "label": "Middle center" }, "options__6": { "label": "Middle right" }, "options__7": { "label": "Bottom left" }, "options__8": { "label": "Bottom center" }, "options__9": { "label": "Bottom right" } }, "show_text_box": { "label": "Show container on desktop" }, "text_alignment": { "label": "Desktop content alignment", "option_1": { "label": "Left" }, "option_2": { "label": "Center" }, "option_3": { "label": "Right" } }, "image_overlay_opacity": { "label": "Image overlay opacity" }, "color_scheme": { "info": "Visible when container displayed." }, "text_alignment_mobile": { "label": "Mobile content alignment", "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" } } } } }, "presets": { "name": "Slideshow" } }, "collapsible_content": { "name": "Collapsible content", "settings": { "caption": { "label": "Caption" }, "heading": { "label": "Heading" }, "heading_alignment": { "label": "Heading alignment", "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" } }, "layout": { "label": "Layout", "options__1": { "label": "No container" }, "options__2": { "label": "Row container" }, "options__3": { "label": "Section container" } }, "container_color_scheme": { "label": "Container color scheme", "info": "Visible when Layout is set to Row or Section container." }, "open_first_collapsible_row": { "label": "Open first collapsible row" }, "header": { "content": "Image layout" }, "image": { "label": "Image" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Large" } }, "desktop_layout": { "label": "Desktop layout", "options__1": { "label": "Image first" }, "options__2": { "label": "Image second" }, "info": "Image is always first on mobile." } }, "blocks": { "collapsible_row": { "name": "Collapsible row", "settings": { "heading": { "info": "Include a heading that explains the content.", "label": "Heading" }, "row_content": { "label": "Row content" }, "page": { "label": "Row content from page" }, "icon": { "label": "Icon", "options__1": { "label": "None" }, "options__2": { "label": "Apple" }, "options__3": { "label": "Banana" }, "options__4": { "label": "Bottle" }, "options__5": { "label": "Box" }, "options__6": { "label": "Carrot" }, "options__7": { "label": "Chat bubble" }, "options__8": { "label": "Check mark" }, "options__9": { "label": "Clipboard" }, "options__10": { "label": "Dairy" }, "options__11": { "label": "Dairy free" }, "options__12": { "label": "Dryer" }, "options__13": { "label": "Eye" }, "options__14": { "label": "Fire" }, "options__15": { "label": "Gluten free" }, "options__16": { "label": "Heart" }, "options__17": { "label": "Iron" }, "options__18": { "label": "Leaf" }, "options__19": { "label": "Leather" }, "options__20": { "label": "Lightning bolt" }, "options__21": { "label": "Lipstick" }, "options__22": { "label": "Lock" }, "options__23": { "label": "Map pin" }, "options__24": { "label": "Nut free" }, "options__25": { "label": "Pants" }, "options__26": { "label": "Paw print" }, "options__27": { "label": "Pepper" }, "options__28": { "label": "Perfume" }, "options__29": { "label": "Plane" }, "options__30": { "label": "Plant" }, "options__31": { "label": "Price tag" }, "options__32": { "label": "Question mark" }, "options__33": { "label": "Recycle" }, "options__34": { "label": "Return" }, "options__35": { "label": "Ruler" }, "options__36": { "label": "Serving dish" }, "options__37": { "label": "Shirt" }, "options__38": { "label": "Shoe" }, "options__39": { "label": "Silhouette" }, "options__40": { "label": "Snowflake" }, "options__41": { "label": "Star" }, "options__42": { "label": "Stopwatch" }, "options__43": { "label": "Truck" }, "options__44": { "label": "Washing" } } } } }, "presets": { "name": "Collapsible content" } } } }

Hi @Jiozx

I have added it for ‘color_scheme’

Here is updated code

Show More

javascript { "settings_schema": { "global": { "settings": { "header__border": { "content": "Border" }, "header__shadow": { "content": "Shadow" }, "blur": { "label": "Blur" }, "corner_radius": { "label": "Corner radius" }, "horizontal_offset": { "label": "Horizontal offset" }, "vertical_offset": { "label": "Vertical offset" }, "thickness": { "label": "Thickness" }, "opacity": { "label": "Opacity" }, "image_padding": { "label": "Image padding" }, "text_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Text alignment" } } }, "cards": { "name": "Product cards", "settings": { "style": { "options__1": { "label": "Standard" }, "options__2": { "label": "Card" }, "label": "Style" } } }, "collection_cards": { "name": "Collection cards", "settings": { "style": { "options__1": { "label": "Standard" }, "options__2": { "label": "Card" }, "label": "Style" } } }, "blog_cards": { "name": "Blog cards", "settings": { "style": { "options__1": { "label": "Standard" }, "options__2": { "label": "Card" }, "label": "Style" } } }, "badges": { "name": "Badges", "settings": { "position": { "options__1": { "label": "Bottom left" }, "options__2": { "label": "Bottom right" }, "options__3": { "label": "Top left" }, "options__4": { "label": "Top right" }, "label": "Position on cards" }, "sale_badge_color_scheme": { "label": "Sale badge color scheme" }, "sold_out_badge_color_scheme": { "label": "Sold out badge color scheme" } } }, "colors": { "name": "Colors", "settings": { "colors_solid_button_labels": { "label": "Solid button label", "info": "Used as foreground color on accent colors." }, "colors_accent_1": { "label": "Accent 1", "info": "Used for solid button background." }, "gradient_accent_1": { "label": "Accent 1 gradient" }, "colors_accent_2": { "label": "Accent 2" }, "gradient_accent_2": { "label": "Accent 2 gradient" }, "header__1": { "content": "Primary colors" }, "header__2": { "content": "Secondary colors" }, "colors_text": { "label": "Text", "info": "Used as foreground color on background colors." }, "colors_outline_button_labels": { "label": "Outline button", "info": "Also used for text links." }, "colors_background_1": { "label": "Background 1" }, "gradient_background_1": { "label": "Background 1 gradient" }, "colors_background_2": { "label": "Background 2" }, "gradient_background_2": { "label": "Background 2 gradient" }, "colors_background_3": { "label": "Background 3" }, "gradient_background_3": { "label": "Background 3 gradient" } } }, "typography": { "name": "Typography", "settings": { "type_header_font": { "label": "Font", "info": "Selecting a different font can affect the speed of your store. [Learn more about system fonts.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" }, "heading_scale": { "label": "Font size scale" }, "header__1": { "content": "Headings" }, "header__2": { "content": "Body" }, "type_body_font": { "label": "Font", "info": "Selecting a different font can affect the speed of your store. [Learn more about system fonts.](https:\/\/help.shopify.com\/manual\/online-store\/os\/store-speed\/improving-speed#fonts)" }, "body_scale": { "label": "Font size scale" } } }, "buttons": { "name": "Buttons" }, "variant_pills": { "name": "Variant pills", "paragraph": "Variant pills are one way of displaying your product variants. [Learn more](https:\/\/help.shopify.com\/en\/manual\/online-store\/themes\/theme-structure\/page-types#variant-picker-block)" }, "inputs": { "name": "Inputs" }, "content_containers": { "name": "Content containers" }, "popups": { "name": "Dropdowns and pop-ups", "paragraph": "Affects areas like navigation dropdowns, pop-up modals, and cart pop-ups." }, "media": { "name": "Media" }, "drawers": { "name": "Drawers" }, "styles": { "name": "Icons", "settings": { "accent_icons": { "options__3": { "label": "Outline button" }, "options__4": { "label": "Text" }, "label": "Color" } } }, "social-media": { "name": "Social media", "settings": { "header": { "content": "Social accounts" }, "social_twitter_link": { "label": "Twitter", "info": "https:\/\/twitter.com\/shopify" }, "social_facebook_link": { "label": "Facebook", "info": "https:\/\/facebook.com\/shopify" }, "social_pinterest_link": { "label": "Pinterest", "info": "https:\/\/pinterest.com\/shopify" }, "social_instagram_link": { "label": "Instagram", "info": "http:\/\/instagram.com\/shopify" }, "social_tiktok_link": { "label": "TikTok", "info": "https:\/\/tiktok.com\/@shopify" }, "social_tumblr_link": { "label": "Tumblr", "info": "https:\/\/shopify.tumblr.com" }, "social_snapchat_link": { "label": "Snapchat", "info": "https:\/\/www.snapchat.com\/add\/shopify" }, "social_youtube_link": { "label": "YouTube", "info": "https:\/\/www.youtube.com\/shopify" }, "social_vimeo_link": { "label": "Vimeo", "info": "https:\/\/vimeo.com\/shopify" } } }, "search_input": { "name": "Search behavior", "settings": { "header": { "content": "Product suggestions" }, "predictive_search_enabled": { "label": "Enable product suggestions" }, "predictive_search_show_vendor": { "label": "Show vendor", "info": "Visible when product suggestions enabled." }, "predictive_search_show_price": { "label": "Show price", "info": "Visible when product suggestions enabled." } } }, "favicon": { "name": "Favicon", "settings": { "favicon": { "label": "Favicon image", "info": "Will be scaled down to 32 x 32px" } } }, "currency_format": { "name": "Currency format", "settings": { "content": "Currency codes", "paragraph": "Cart and checkout prices always show currency codes. Example: $1.00 USD.", "currency_code_enabled": { "label": "Show currency codes" } } }, "cart": { "name": "Cart", "settings": { "cart_type": { "label": "Cart type", "drawer": { "label": "Drawer" }, "page": { "label": "Page" }, "notification": { "label": "Popup notification" } }, "show_vendor": { "label": "Show vendor" }, "show_cart_note": { "label": "Enable cart note" }, "cart_drawer": { "header": "Cart drawer", "collection": { "label": "Collection", "info": "Visible when cart drawer is empty." } } } }, "layout": { "name": "Layout", "settings": { "page_width": { "label": "Page width" }, "spacing_sections": { "label": "Vertical space between sections" }, "header__grid": { "content": "Grid" }, "paragraph__grid": { "content": "Affects areas with a multicolumn layout." }, "spacing_grid_horizontal": { "label": "Horizontal space" }, "spacing_grid_vertical": { "label": "Vertical space" } } } }, "sections": { "all": { "padding": { "section_padding_heading": "Section padding", "padding_top": "Top padding", "padding_bottom": "Bottom padding" }, "spacing": "Spacing", "colors": { "accent_1": { "label": "Accent 1" }, "accent_2": { "label": "Accent 2" }, "background_1": { "label": "Background 1" }, "background_2": { "label": "Background 2" }, "background_3": { "label": "Background 3" }, "inverse": { "label": "Inverse" }, "label": "Color scheme", "has_cards_info": "To change the card color scheme, update your theme settings." }, "heading_size": { "label": "Heading size", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" }, "options__4": { "label": "Extra large" } } }, "announcement-bar": { "name": "Announcement bar", "blocks": { "announcement": { "name": "Announcement", "settings": { "text": { "label": "Text" }, "text_alignment": { "label": "Text alignment", "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" } }, "link": { "label": "Link" } } } } }, "apps": { "name": "Apps", "settings": { "include_margins": { "label": "Make section margins the same as theme" } }, "presets": { "name": "Apps" } }, "collage": { "name": "Collage", "settings": { "heading": { "label": "Heading" }, "desktop_layout": { "label": "Desktop layout", "options__1": { "label": "Left large block" }, "options__2": { "label": "Right large block" } }, "mobile_layout": { "label": "Mobile layout", "options__1": { "label": "Collage" }, "options__2": { "label": "Column" } }, "card_styles": { "label": "Card style", "info": "Product, collection, and blog card styles can be updated in theme settings.", "options__1": { "label": "Use individual card styles" }, "options__2": { "label": "Style all as product cards" } } }, "blocks": { "image": { "name": "Image", "settings": { "image": { "label": "Image" }, "image_padding": { "label": "Use original image ratio", "info": "Select if you don't want your image to be cropped." } } }, "product": { "name": "Product", "settings": { "product": { "label": "Product" }, "secondary_background": { "label": "Show secondary background" }, "second_image": { "label": "Show second image on hover" } } }, "collection": { "name": "Collection", "settings": { "collection": { "label": "Collection" } } }, "video": { "name": "Video", "settings": { "cover_image": { "label": "Cover image" }, "video_url": { "label": "URL", "info": "Video plays in a pop-up if the section contains other blocks.", "placeholder": "Use a YouTube or Vimeo URL" }, "image_padding": { "label": "Use original image ratio", "info": "Select if you don't want your image to be cropped." }, "description": { "label": "Video alt text", "info": "Describe the video for customers using screen readers. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video-block)" } } } }, "presets": { "name": "Collage" } }, "collection-list": { "name": "Collection list", "settings": { "title": { "label": "Heading" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" }, "info": "Add images by editing your collections. [Learn more](https:\/\/help.shopify.com\/manual\/products\/collections)" }, "columns_desktop": { "label": "Number of columns on desktop" }, "show_view_all": { "label": "Enable \"View all\" button if list includes more collections than shown" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } }, "swipe_on_mobile": { "label": "Enable swipe on mobile" } }, "blocks": { "featured_collection": { "name": "Collection", "settings": { "collection": { "label": "Collection" } } } }, "presets": { "name": "Collection list" } }, "contact-form": { "name": "Contact Form", "presets": { "name": "Contact form" } }, "custom-liquid": { "name": "Custom Liquid", "settings": { "custom_liquid": { "label": "Custom Liquid", "info": "Add app snippets or other Liquid code to create advanced customizations." } }, "presets": { "name": "Custom Liquid" } }, "featured-blog": { "name": "Blog posts", "settings": { "heading": { "label": "Heading" }, "blog": { "label": "Blog" }, "post_limit": { "label": "Number of blog posts to show" }, "columns_desktop": { "label": "Number of columns on desktop" }, "show_view_all": { "label": "Enable \"View all\" button if blog includes more blog posts than shown" }, "show_image": { "label": "Show featured image", "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" }, "show_date": { "label": "Show date" }, "show_author": { "label": "Show author" } }, "presets": { "name": "Blog posts" } }, "featured-collection": { "name": "Featured collection", "settings": { "title": { "label": "Heading" }, "description": { "label": "Description" }, "show_description": { "label": "Show collection description from the admin" }, "description_style": { "label": "Description style", "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "options__3": { "label": "Uppercase" } }, "collection": { "label": "Collection" }, "products_to_show": { "label": "Maximum products to show" }, "columns_desktop": { "label": "Number of columns on desktop" }, "show_view_all": { "label": "Enable \"View all\" if collection has more products than shown" }, "view_all_style": { "label": "\"View all\" style", "options__1": { "label": "Link" }, "options__2": { "label": "Outline button" }, "options__3": { "label": "Solid button" } }, "enable_desktop_slider": { "label": "Enable carousel on desktop" }, "full_width": { "label": "Make products full width" }, "header": { "content": "Product card" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" } }, "show_secondary_image": { "label": "Show second image on hover" }, "show_vendor": { "label": "Show vendor" }, "show_rating": { "label": "Show product rating", "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-collection-show-product-rating)" }, "enable_quick_buy": { "label": "Enable quick add button", "info": "Optimal with popup or drawer cart type." }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } }, "swipe_on_mobile": { "label": "Enable swipe on mobile" } }, "presets": { "name": "Featured collection" } }, "featured-product": { "name": "Featured product", "blocks": { "text": { "name": "Text", "settings": { "text": { "label": "Text" }, "text_style": { "label": "Text style", "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "options__3": { "label": "Uppercase" } } } }, "title": { "name": "Title" }, "price": { "name": "Price" }, "quantity_selector": { "name": "Quantity selector" }, "variant_picker": { "name": "Variant picker", "settings": { "picker_type": { "label": "Type", "options__1": { "label": "Dropdown" }, "options__2": { "label": "Pills" } } } }, "buy_buttons": { "name": "Buy buttons", "settings": { "show_dynamic_checkout": { "label": "Show dynamic checkout buttons", "info": "Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. [Learn more](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" } } }, "description": { "name": "Description" }, "share": { "name": "Share", "settings": { "text": { "label": "Text" }, "featured_image_info": { "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)" }, "title_info": { "content": "A store title and description are included with the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)" } } }, "custom_liquid": { "name": "Custom liquid", "settings": { "custom_liquid": { "label": "Custom liquid" } } }, "rating": { "name": "Product rating", "settings": { "paragraph": { "content": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#featured-product-rating)" } } } }, "settings": { "product": { "label": "Product" }, "secondary_background": { "label": "Show secondary background" }, "header": { "content": "Media", "info": "Learn more about [media types](https:\/\/help.shopify.com\/manual\/products\/product-media)" }, "media_position": { "label": "Desktop media position", "info": "Position is automatically optimized for mobile.", "options__1": { "label": "Left" }, "options__2": { "label": "Right" } }, "hide_variants": { "label": "Hide unselected variants’ media on desktop" }, "enable_video_looping": { "label": "Enable video looping" } }, "presets": { "name": "Featured product" } }, "footer": { "name": "Footer", "blocks": { "link_list": { "name": "Menu", "settings": { "heading": { "label": "Heading" }, "menu": { "label": "Menu", "info": "Displays only top-level menu items." } } }, "text": { "name": "Text", "settings": { "heading": { "label": "Heading" }, "subtext": { "label": "Subtext" } } } }, "settings": { "newsletter_enable": { "label": "Show email signup" }, "newsletter_heading": { "label": "Heading" }, "header__1": { "content": "Email Signup", "info": "Subscribers added automatically to your “accepted marketing” customer list. [Learn more](https:\/\/help.shopify.com\/manual\/customers\/manage-customers)" }, "header__2": { "content": "Social media icons", "info": "To display your social media accounts, link them in your theme settings." }, "show_social": { "label": "Show social media icons" }, "header__3": { "content": "Country\/region selector" }, "header__4": { "info": "To add a country\/region, go to your [payment settings.](\/admin\/settings\/payments)" }, "enable_country_selector": { "label": "Enable country\/region selector" }, "header__5": { "content": "Language selector" }, "header__6": { "info": "To add a language, go to your [language settings.](\/admin\/settings\/languages)" }, "enable_language_selector": { "label": "Enable language selector" }, "header__7": { "content": "Payment methods" }, "payment_enable": { "label": "Show payment icons" }, "margin_top": { "label": "Top margin" } } }, "header": { "name": "Header", "settings": { "logo": { "label": "Logo image" }, "logo_width": { "unit": "px", "label": "Custom logo width" }, "logo_position": { "label": "Desktop logo position", "options__1": { "label": "Middle left" }, "options__2": { "label": "Top left" }, "options__3": { "label": "Top center" }, "options__4": { "label": "Middle center" } }, "menu": { "label": "Menu" }, "menu_type_desktop": { "label": "Desktop menu type", "info": "Menu type is automatically optimized for mobile.", "options__1": { "label": "Dropdown" }, "options__2": { "label": "Mega menu" } }, "show_line_separator": { "label": "Show separator line" }, "enable_sticky_header": { "label": "Enable sticky header", "info": "Header shows on the screen as customers scroll up." }, "margin_bottom": { "label": "Bottom margin" }, "mobile_layout": { "content": "Mobile layout" }, "mobile_logo_position": { "label": "Mobile logo position", "options__1": { "label": "Center" }, "options__2": { "label": "Left" } } } }, "image-banner": { "name": "Image banner", "settings": { "image": { "label": "First image" }, "image_2": { "label": "Second image" }, "image_overlay_opacity": { "label": "Image overlay opacity" }, "image_height": { "label": "Banner height", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" }, "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_position": { "options__1": { "label": "Top Left" }, "options__2": { "label": "Top Center" }, "options__3": { "label": "Top Right" }, "options__4": { "label": "Middle Left" }, "options__5": { "label": "Middle Center" }, "options__6": { "label": "Middle Right" }, "options__7": { "label": "Bottom Left" }, "options__8": { "label": "Bottom Center" }, "options__9": { "label": "Bottom Right" }, "label": "Desktop content position" }, "show_text_box": { "label": "Show container on desktop" }, "desktop_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Desktop content alignment" }, "color_scheme": { "options__1": { "label": "options__1" }, "options__2": { "label": "options__2" }, "options__3": { "label": "options__3" }, "options__4": { "label": "options__4" }, "options__5": { "label": "options__5" }, "info": "Visible when container displayed." }, "header": { "content": "Mobile Layout" }, "mobile_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Mobile content alignment" }, "stack_images_on_mobile": { "label": "Stack images on mobile" }, "show_text_below": { "label": "Show container on mobile" }, "adapt_height_first_image": { "label": "Adapt section height to first image size", "info": "Overwrites image banner height setting when checked." } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "text": { "name": "Text", "settings": { "text": { "label": "Description" }, "text_style": { "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "options__3": { "label": "Uppercase" }, "label": "Text style" } } }, "buttons": { "name": "Buttons", "settings": { "button_label_1": { "label": "First button label", "info": "Leave the label blank to hide the button." }, "button_link_1": { "label": "First button link" }, "button_style_secondary_1": { "label": "Use outline button style" }, "button_label_2": { "label": "Second button label", "info": "Leave the label blank to hide the button." }, "button_link_2": { "label": "Second button link" }, "button_style_secondary_2": { "label": "Use outline button style" } } } }, "presets": { "name": "Image banner" } }, "image-with-text": { "name": "Image with text", "settings": { "image": { "label": "Image" }, "height": { "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Large" }, "label": "Image height" }, "desktop_image_width": { "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" }, "label": "Desktop image width", "info": "Image is automatically optimized for mobile." }, "layout": { "options__1": { "label": "Image first" }, "options__2": { "label": "Image second" }, "label": "Desktop image placement", "info": "Image first is the default mobile layout." }, "desktop_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Desktop content alignment" }, "desktop_content_position": { "options__1": { "label": "Top" }, "options__2": { "label": "Middle" }, "options__3": { "label": "Bottom" }, "label": "Desktop content position" }, "content_layout": { "options__1": { "label": "No overlap" }, "options__2": { "label": "Overlap" }, "label": "Content layout" }, "mobile_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Mobile content alignment" } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "caption": { "name": "Caption", "settings": { "text": { "label": "Text" }, "text_style": { "label": "Text style", "options__1": { "label": "Subtitle" }, "options__2": { "label": "Uppercase" } }, "caption_size": { "label": "Text size", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" } } } }, "text": { "name": "Text", "settings": { "text": { "label": "Content" }, "text_style": { "label": "Text style", "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" } } } }, "button": { "name": "Button", "settings": { "button_label": { "label": "Button label", "info": "Leave the label blank to hide the button." }, "button_link": { "label": "Button link" } } } }, "presets": { "name": "Image with text" } }, "main-account": { "name": "Account" }, "main-activate-account": { "name": "Account activation" }, "main-addresses": { "name": "Addresses" }, "main-article": { "name": "Blog post", "blocks": { "featured_image": { "name": "Featured image", "settings": { "image_height": { "label": "Featured image height", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Medium" }, "options__4": { "label": "Large" }, "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" } } }, "title": { "name": "Title", "settings": { "blog_show_date": { "label": "Show date" }, "blog_show_author": { "label": "Show author" } } }, "content": { "name": "Content" }, "share": { "name": "Share", "settings": { "text": { "label": "Text" }, "featured_image_info": { "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." }, "title_info": { "content": "A store title and description are included with the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." } } } } }, "main-blog": { "name": "Blog posts", "settings": { "header": { "content": "Blog post card" }, "show_image": { "label": "Show featured image" }, "show_date": { "label": "Show date" }, "show_author": { "label": "Show author" }, "paragraph": { "content": "Change excerpts by editing your blog posts. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/blogs\/writing-blogs#display-an-excerpt-from-a-blog-post)" }, "layout": { "label": "Desktop layout", "options__1": { "label": "Grid" }, "options__2": { "label": "Collage" }, "info": "Posts are stacked on mobile." }, "image_height": { "label": "Featured image height", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Medium" }, "options__4": { "label": "Large" }, "info": "For best results, use an image with a 3:2 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" } } }, "main-cart-footer": { "name": "Subtotal", "blocks": { "subtotal": { "name": "Subtotal price" }, "buttons": { "name": "Checkout button" } } }, "main-cart-items": { "name": "Items" }, "main-collection-banner": { "name": "Collection banner", "settings": { "paragraph": { "content": "Add a description or image by editing your collection. [Learn more](https:\/\/help.shopify.com\/manual\/products\/collections\/collection-layout)" }, "show_collection_description": { "label": "Show collection description" }, "show_collection_image": { "label": "Show collection image", "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" } } }, "main-collection-product-grid": { "name": "Product grid", "settings": { "products_per_page": { "label": "Products per page" }, "columns_desktop": { "label": "Number of columns on desktop" }, "enable_filtering": { "label": "Enable filtering", "info": "Customize [filters](\/admin\/menus)" }, "filter_type": { "label": "Desktop filter layout", "options__1": { "label": "Horizontal" }, "options__2": { "label": "Vertical" }, "options__3": { "label": "Drawer" }, "info": "Drawer is the default mobile layout." }, "enable_sorting": { "label": "Enable sorting" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" } }, "show_secondary_image": { "label": "Show second image on hover" }, "show_vendor": { "label": "Show vendor" }, "show_rating": { "label": "Show product rating", "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-grid-section-settings)" }, "header__1": { "content": "Filtering and sorting" }, "header__3": { "content": "Product card" }, "enable_tags": { "label": "Enable filtering", "info": "[Customize filters](\/admin\/menus)" }, "enable_quick_buy": { "label": "Enable quick add button", "info": "Optimal with popup or drawer cart type." }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } } } }, "main-list-collections": { "name": "Collections list page", "settings": { "title": { "label": "Heading" }, "sort": { "label": "Sort collections by:", "options__1": { "label": "Alphabetically, A-Z" }, "options__2": { "label": "Alphabetically, Z-A" }, "options__3": { "label": "Date, new to old" }, "options__4": { "label": "Date, old to new" }, "options__5": { "label": "Product count, high to low" }, "options__6": { "label": "Product count, low to high" } }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" }, "info": "Add images by editing your collections. [Learn more](https:\/\/help.shopify.com\/manual\/products\/collections)" }, "columns_desktop": { "label": "Number of columns on desktop" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } } } }, "main-login": { "name": "Login" }, "main-order": { "name": "Order" }, "main-page": { "name": "Page" }, "main-password-footer": { "name": "Password footer" }, "main-password-header": { "name": "Password header", "settings": { "logo": { "label": "Logo image" }, "logo_max_width": { "label": "Custom logo width", "unit": "px" } } }, "main-product": { "name": "Product information", "blocks": { "text": { "name": "Text", "settings": { "text": { "label": "Text" }, "text_style": { "label": "Text style", "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "options__3": { "label": "Uppercase" } } } }, "title": { "name": "Title" }, "price": { "name": "Price" }, "quantity_selector": { "name": "Quantity selector" }, "variant_picker": { "name": "Variant picker", "settings": { "picker_type": { "label": "Type", "options__1": { "label": "Dropdown" }, "options__2": { "label": "Pills" } } } }, "buy_buttons": { "name": "Buy buttons", "settings": { "show_dynamic_checkout": { "label": "Show dynamic checkout buttons", "info": "Using the payment methods available on your store, customers see their preferred option, like PayPal or Apple Pay. [Learn more](https:\/\/help.shopify.com\/manual\/using-themes\/change-the-layout\/dynamic-checkout)" } } }, "pickup_availability": { "name": "Pickup availability" }, "description": { "name": "Description" }, "share": { "name": "Share", "settings": { "text": { "label": "Text" }, "featured_image_info": { "content": "If you include a link in social media posts, the page’s featured image will be shown as the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/images\/showing-social-media-thumbnail-images)." }, "title_info": { "content": "A store title and description are included with the preview image. [Learn more](https:\/\/help.shopify.com\/manual\/promoting-marketing\/seo\/adding-keywords#set-a-title-and-description-for-your-online-store)." } } }, "custom_liquid": { "name": "Custom liquid", "settings": { "custom_liquid": { "label": "Custom liquid", "info": "Add app snippets or other Liquid code to create advanced customizations." } } }, "collapsible_tab": { "name": "Collapsible row", "settings": { "heading": { "info": "Include a heading that explains the content.", "label": "Heading" }, "content": { "label": "Row content" }, "page": { "label": "Row content from page" }, "icon": { "label": "Icon", "options__1": { "label": "None" }, "options__2": { "label": "Apple" }, "options__3": { "label": "Banana" }, "options__4": { "label": "Bottle" }, "options__5": { "label": "Box" }, "options__6": { "label": "Carrot" }, "options__7": { "label": "Chat bubble" }, "options__8": { "label": "Check mark" }, "options__9": { "label": "Clipboard" }, "options__10": { "label": "Dairy" }, "options__11": { "label": "Dairy free" }, "options__12": { "label": "Dryer" }, "options__13": { "label": "Eye" }, "options__14": { "label": "Fire" }, "options__15": { "label": "Gluten free" }, "options__16": { "label": "Heart" }, "options__17": { "label": "Iron" }, "options__18": { "label": "Leaf" }, "options__19": { "label": "Leather" }, "options__20": { "label": "Lightning bolt" }, "options__21": { "label": "Lipstick" }, "options__22": { "label": "Lock" }, "options__23": { "label": "Map pin" }, "options__24": { "label": "Nut free" }, "options__25": { "label": "Pants" }, "options__26": { "label": "Paw print" }, "options__27": { "label": "Pepper" }, "options__28": { "label": "Perfume" }, "options__29": { "label": "Plane" }, "options__30": { "label": "Plant" }, "options__31": { "label": "Price tag" }, "options__32": { "label": "Question mark" }, "options__33": { "label": "Recycle" }, "options__34": { "label": "Return" }, "options__35": { "label": "Ruler" }, "options__36": { "label": "Serving dish" }, "options__37": { "label": "Shirt" }, "options__38": { "label": "Shoe" }, "options__39": { "label": "Silhouette" }, "options__40": { "label": "Snowflake" }, "options__41": { "label": "Star" }, "options__42": { "label": "Stopwatch" }, "options__43": { "label": "Truck" }, "options__44": { "label": "Washing" } } } }, "popup": { "name": "Pop-up", "settings": { "link_label": { "label": "Link label" }, "page": { "label": "Page" } } }, "rating": { "name": "Product rating", "settings": { "paragraph": { "content": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-rating-block)" } } }, "complementary_products": { "name": "Complementary products", "settings": { "paragraph": { "content": "To select complementary products, add the Search & Discovery app. [Learn more](https:\/\/shopify.dev\/themes\/product-merchandising\/recommendations)" }, "heading": { "label": "Heading" }, "make_collapsible_row": { "label": "Show as collapsible row" }, "icon": { "info": "Visible when collapsible row is displayed." }, "product_list_limit": { "label": "Maximum products to show" }, "products_per_page": { "label": "Number of products per page" }, "pagination_style": { "label": "Pagination style", "options": { "option_1": "Dots", "option_2": "Counter", "option_3": "Numbers" } }, "product_card": { "heading": "Product card" }, "image_ratio": { "label": "Image ratio", "options": { "option_1": "Portrait", "option_2": "Square" } }, "enable_quick_add": { "label": "Enable quick add button" } } } }, "settings": { "header": { "content": "Media", "info": "Learn more about [media types.](https:\/\/help.shopify.com\/manual\/products\/product-media)" }, "enable_sticky_info": { "label": "Enable sticky content on desktop" }, "gallery_layout": { "label": "Desktop layout", "options__1": { "label": "Stacked" }, "options__2": { "label": "2 columns" }, "options__3": { "label": "Thumbnails" }, "options__4": { "label": "Thumbnail carousel" } }, "media_size": { "label": "Desktop media size", "info": "Media is automatically optimized for mobile.", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" } }, "media_position": { "label": "Desktop media position", "info": "Position is automatically optimized for mobile.", "options__1": { "label": "Left" }, "options__2": { "label": "Right" } }, "mobile_thumbnails": { "label": "Mobile layout", "options__1": { "label": "2 columns" }, "options__2": { "label": "Show thumbnails" }, "options__3": { "label": "Hide thumbnails" } }, "hide_variants": { "label": "Hide other variants’ media after selecting a variant" }, "enable_video_looping": { "label": "Enable video looping" } } }, "main-register": { "name": "Registration" }, "main-reset-password": { "name": "Password reset" }, "main-search": { "name": "Search results", "settings": { "columns_desktop": { "label": "Number of columns on desktop" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" } }, "show_secondary_image": { "label": "Show second image on hover" }, "show_vendor": { "label": "Show vendor" }, "show_rating": { "label": "Show product rating", "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#search-results-section-settings)" }, "header__1": { "content": "Product card" }, "header__2": { "content": "Blog card", "info": "Blog card styles also apply to page cards in search results. To change card styles update your theme settings." }, "article_show_date": { "label": "Show date" }, "article_show_author": { "label": "Show author" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } } } }, "multicolumn": { "name": "Multicolumn", "settings": { "title": { "label": "Heading" }, "image_width": { "label": "Image width", "options__1": { "label": "One-third width of column" }, "options__2": { "label": "Half width of column" }, "options__3": { "label": "Full width of column" } }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" }, "options__4": { "label": "Circle" } }, "columns_desktop": { "label": "Number of columns on desktop" }, "column_alignment": { "label": "Column alignment", "options__1": { "label": "Left" }, "options__2": { "label": "Center" } }, "background_style": { "label": "Secondary background", "options__1": { "label": "None" }, "options__2": { "label": "Show as column background" } }, "button_label": { "label": "Button label" }, "button_link": { "label": "Button link" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } }, "swipe_on_mobile": { "label": "Enable swipe on mobile" } }, "blocks": { "column": { "name": "Column", "settings": { "image": { "label": "Image" }, "title": { "label": "Heading" }, "text": { "label": "Description" }, "link_label": { "label": "Link label" }, "link": { "label": "Link" } } } }, "presets": { "name": "Multicolumn" } }, "newsletter": { "name": "Email signup", "settings": { "full_width": { "label": "Make section full width" }, "paragraph": { "content": "Each email subscription creates a customer account. [Learn more](https:\/\/help.shopify.com\/manual\/customers)" } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "paragraph": { "name": "Subheading", "settings": { "paragraph": { "label": "Description" } } }, "email_form": { "name": "Email form" } }, "presets": { "name": "Email signup" } }, "email-signup-banner": { "name": "Email signup banner", "settings": { "paragraph": { "content": "Each email subscription creates a customer account. [Learn more](https:\/\/help.shopify.com\/manual\/customers)" }, "image": { "label": "Background image" }, "image_overlay_opacity": { "label": "Image overlay opacity" }, "show_background_image": { "label": "Show background image" }, "show_text_box": { "label": "Show container on desktop" }, "desktop_content_position": { "options__1": { "label": "Top Left" }, "options__2": { "label": "Top Center" }, "options__3": { "label": "Top Right" }, "options__4": { "label": "Middle Left" }, "options__5": { "label": "Middle Center" }, "options__6": { "label": "Middle Right" }, "options__7": { "label": "Bottom Left" }, "options__8": { "label": "Bottom Center" }, "options__9": { "label": "Bottom Right" }, "label": "Desktop content position" }, "color_scheme": { "info": "Visible when container displayed." }, "image_height": { "label": "Banner height", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Medium" }, "options__4": { "label": "Large" }, "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" }, "desktop_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Desktop content alignment" }, "header": { "content": "Mobile Layout" }, "mobile_content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Mobile content alignment" }, "show_text_below": { "label": "Show content below image on mobile", "info": "For best results, use an image with a 16:9 aspect ratio. [Learn more](https:\/\/help.shopify.com\/manual\/shopify-admin\/productivity-tools\/image-editor#understanding-image-aspect-ratio)" } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "paragraph": { "name": "Paragraph", "settings": { "paragraph": { "label": "Description" }, "text_style": { "options__1": { "label": "Body" }, "options__2": { "label": "Subtitle" }, "label": "Text style" } } }, "email_form": { "name": "Email form" } }, "presets": { "name": "Email signup banner" } }, "page": { "name": "Page", "settings": { "page": { "label": "Page" } }, "presets": { "name": "Page" } }, "product-recommendations": { "name": "Product recommendations", "settings": { "heading": { "label": "Heading" }, "products_to_show": { "label": "Maximum products to show" }, "columns_desktop": { "label": "Number of columns on desktop" }, "paragraph__1": { "content": "Dynamic recommendations use order and product information to change and improve over time. [Learn more](https:\/\/help.shopify.com\/themes\/development\/recommended-products)" }, "header__2": { "content": "Product card" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Portrait" }, "options__3": { "label": "Square" } }, "show_secondary_image": { "label": "Show second image on hover" }, "show_vendor": { "label": "Show vendor" }, "show_rating": { "label": "Show product rating", "info": "To display a rating, add a product rating app. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/page-types#product-recommendations-section-settings)" }, "header_mobile": { "content": "Mobile Layout" }, "columns_mobile": { "label": "Number of columns on mobile", "options__1": { "label": "1 column" }, "options__2": { "label": "2 columns" } } } }, "rich-text": { "name": "Rich text", "settings": { "desktop_content_position": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Desktop content position", "info": "Position is automatically optimized for mobile." }, "content_alignment": { "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" }, "label": "Content alignment" }, "full_width": { "label": "Make section full width" } }, "blocks": { "heading": { "name": "Heading", "settings": { "heading": { "label": "Heading" } } }, "caption": { "name": "Caption", "settings": { "text": { "label": "Text" }, "text_style": { "label": "Text style", "options__1": { "label": "Subtitle" }, "options__2": { "label": "Uppercase" } }, "caption_size": { "label": "Text size", "options__1": { "label": "Small" }, "options__2": { "label": "Medium" }, "options__3": { "label": "Large" } } } }, "text": { "name": "Text", "settings": { "text": { "label": "Description" } } }, "buttons": { "name": "Buttons", "settings": { "button_label_1": { "label": "First button label", "info": "Leave the label blank to hide the button." }, "button_link_1": { "label": "First button link" }, "button_style_secondary_1": { "label": "Use outline button style" }, "button_label_2": { "label": "Second button label", "info": "Leave the label blank to hide the button." }, "button_link_2": { "label": "Second button link" }, "button_style_secondary_2": { "label": "Use outline button style" } } } }, "presets": { "name": "Rich text" } }, "video": { "name": "Video", "settings": { "heading": { "label": "Heading" }, "cover_image": { "label": "Cover image" }, "video_url": { "label": "URL", "placeholder": "Use a YouTube or Vimeo URL", "info": "Video plays in the page." }, "description": { "label": "Video alt text", "info": "Describe the video for customers using screen readers. [Learn more](https:\/\/help.shopify.com\/manual\/online-store\/themes\/theme-structure\/theme-features#video)" }, "image_padding": { "label": "Add image padding", "info": "Select image padding if you don't want your cover image to be cropped." }, "full_width": { "label": "Make section full width" } }, "presets": { "name": "Video" } }, "slideshow": { "name": "Slideshow", "settings": { "layout": { "label": "Layout", "options__1": { "label": "Full width" }, "options__2": { "label": "Grid" } }, "slide_height": { "label": "Slide height", "options__1": { "label": "Adapt to first image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Medium" }, "options__4": { "label": "Large" } }, "slider_visual": { "label": "Pagination style", "options__1": { "label": "Counter" }, "options__2": { "label": "Dots" }, "options__3": { "label": "Numbers" } }, "auto_rotate": { "label": "Auto-rotate slides" }, "change_slides_speed": { "label": "Change slides every" }, "mobile": { "content": "Mobile layout" }, "show_text_below": { "label": "Show content below images on mobile" }, "accessibility": { "content": "Accessibility", "label": "Slideshow description", "info": "Describe the slideshow for customers using screen readers." } }, "blocks": { "slide": { "name": "Slide", "settings": { "image": { "label": "Image" }, "heading": { "label": "Heading" }, "subheading": { "label": "Subheading" }, "button_label": { "label": "Button label", "info": "Leave the label blank to hide the button." }, "link": { "label": "Button link" }, "secondary_style": { "label": "Use outline button style" }, "box_align": { "label": "Desktop content position", "info": "Position is automatically optimized for mobile.", "options__1": { "label": "Top left" }, "options__2": { "label": "Top center" }, "options__3": { "label": "Top right" }, "options__4": { "label": "Middle left" }, "options__5": { "label": "Middle center" }, "options__6": { "label": "Middle right" }, "options__7": { "label": "Bottom left" }, "options__8": { "label": "Bottom center" }, "options__9": { "label": "Bottom right" } }, "show_text_box": { "label": "Show container on desktop" }, "text_alignment": { "label": "Desktop content alignment", "option_1": { "label": "Left" }, "option_2": { "label": "Center" }, "option_3": { "label": "Right" } }, "image_overlay_opacity": { "label": "Image overlay opacity" }, "color_scheme": { "info": "Visible when container displayed." }, "text_alignment_mobile": { "label": "Mobile content alignment", "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" } } } } }, "presets": { "name": "Slideshow" } }, "collapsible_content": { "name": "Collapsible content", "settings": { "caption": { "label": "Caption" }, "heading": { "label": "Heading" }, "heading_alignment": { "label": "Heading alignment", "options__1": { "label": "Left" }, "options__2": { "label": "Center" }, "options__3": { "label": "Right" } }, "layout": { "label": "Layout", "options__1": { "label": "No container" }, "options__2": { "label": "Row container" }, "options__3": { "label": "Section container" } }, "container_color_scheme": { "label": "Container color scheme", "info": "Visible when Layout is set to Row or Section container." }, "open_first_collapsible_row": { "label": "Open first collapsible row" }, "header": { "content": "Image layout" }, "image": { "label": "Image" }, "image_ratio": { "label": "Image ratio", "options__1": { "label": "Adapt to image" }, "options__2": { "label": "Small" }, "options__3": { "label": "Large" } }, "desktop_layout": { "label": "Desktop layout", "options__1": { "label": "Image first" }, "options__2": { "label": "Image second" }, "info": "Image is always first on mobile." } }, "blocks": { "collapsible_row": { "name": "Collapsible row", "settings": { "heading": { "info": "Include a heading that explains the content.", "label": "Heading" }, "row_content": { "label": "Row content" }, "page": { "label": "Row content from page" }, "icon": { "label": "Icon", "options__1": { "label": "None" }, "options__2": { "label": "Apple" }, "options__3": { "label": "Banana" }, "options__4": { "label": "Bottle" }, "options__5": { "label": "Box" }, "options__6": { "label": "Carrot" }, "options__7": { "label": "Chat bubble" }, "options__8": { "label": "Check mark" }, "options__9": { "label": "Clipboard" }, "options__10": { "label": "Dairy" }, "options__11": { "label": "Dairy free" }, "options__12": { "label": "Dryer" }, "options__13": { "label": "Eye" }, "options__14": { "label": "Fire" }, "options__15": { "label": "Gluten free" }, "options__16": { "label": "Heart" }, "options__17": { "label": "Iron" }, "options__18": { "label": "Leaf" }, "options__19": { "label": "Leather" }, "options__20": { "label": "Lightning bolt" }, "options__21": { "label": "Lipstick" }, "options__22": { "label": "Lock" }, "options__23": { "label": "Map pin" }, "options__24": { "label": "Nut free" }, "options__25": { "label": "Pants" }, "options__26": { "label": "Paw print" }, "options__27": { "label": "Pepper" }, "options__28": { "label": "Perfume" }, "options__29": { "label": "Plane" }, "options__30": { "label": "Plant" }, "options__31": { "label": "Price tag" }, "options__32": { "label": "Question mark" }, "options__33": { "label": "Recycle" }, "options__34": { "label": "Return" }, "options__35": { "label": "Ruler" }, "options__36": { "label": "Serving dish" }, "options__37": { "label": "Shirt" }, "options__38": { "label": "Shoe" }, "options__39": { "label": "Silhouette" }, "options__40": { "label": "Snowflake" }, "options__41": { "label": "Star" }, "options__42": { "label": "Stopwatch" }, "options__43": { "label": "Truck" }, "options__44": { "label": "Washing" } } } } }, "presets": { "name": "Collapsible content" } } } }

Thanks but I fixed it 2 days ago

Hello Kani,

I hope you can assist me with two problems I’m experiencing with a new section I added to my sense theme.

The first issue is that when I add the section to the product page, the fonts on the page change unexpectedly.

The second problem is that when I try to change the Color scheme to “background-2,” nothing happens, and the background color remains the same.

Here is the code:

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html {
font-size: 62.5%;
}

body {
font-size: 1.6rem;
font-family: “Source Sans Pro”, sans-serif;
color: #aebcb9;
background-color: #0d0d0d;
}

a {
text-decoration: none;
}

.cd-title {
position: relative;
height: 160px;
line-height: 230px;
text-align: center;
}
.cd-title h1 {
font-size: 2.4rem;
font-weight: 700;
}
@media only screen and (min-width: 768px) {
.cd-title {
line-height: 250px;
}
}
@media only screen and (min-width: 1170px) {
.cd-title {
height: 200px;
line-height: 300px;
}
.cd-title h1 {
font-size: 3rem;
}
}

.cd-intro {
width: 100%;
max-width: 1468px;
text-align: center;
}

.cd-intro {
margin: 4em auto;
}
@media only screen and (min-width: 768px) {
.cd-intro {
margin: 5em auto;
}
}
@media only screen and (min-width: 1170px) {
.cd-intro {
margin: 6em auto;
}
}

.cd-headline {
font-size: 1.76rem;
line-height: 1.2;
}
@media only screen and (min-width: 768px) {
.cd-headline {
font-size: 3.1rem;
font-weight: 300;
}
}
@media only screen and (min-width: 1170px) {
.cd-headline {
font-size: 4.6rem;
}
}

.cd-words-wrapper {
display: inline-block;
position: relative;
text-align: center;
}
.cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.cd-words-wrapper b.is-visible {
position: relative;
}
.no-js .cd-words-wrapper b {
opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
opacity: 1;
}

/* --------------------------------

xrotate-1

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-1 b {
opacity: 0;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-animation: cd-rotate-1-in 1.2s;
-moz-animation: cd-rotate-1-in 1.2s;
animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-animation: cd-rotate-1-out 1.2s;
-moz-animation: cd-rotate-1-out 1.2s;
animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
opacity: 1;
}
}
@-moz-keyframes cd-rotate-1-in {
0% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
35% {
-moz-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
-moz-transform: rotateX(120deg);
-ms-transform: rotateX(120deg);
-o-transform: rotateX(120deg);
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
-o-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1;
}
}
@-webkit-keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
}
@-moz-keyframes cd-rotate-1-out {
0% {
-moz-transform: rotateX(0deg);
opacity: 1;
}
35% {
-moz-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
-moz-transform: rotateX(-40deg);
-ms-transform: rotateX(-40deg);
-o-transform: rotateX(-40deg);
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
}
/* --------------------------------

xtype

-------------------------------- /
.cd-headline.type .cd-words-wrapper {
vertical-align: top;
overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
/
vertical bar */
content: ‘’;
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
color: #0d0d0d;
}
.cd-headline.type b {
visibility: hidden;
}
.cd-headline.type b.is-visible {
visibility: visible;
}
.cd-headline.type i {
position: absolute;
visibility: hidden;
}
.cd-headline.type i.in {
position: relative;
visibility: visible;
}

@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
-ms-transform: translateY(-50%) scale(0.9);
-o-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
-moz-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
-o-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
}

.cd-intro { width: 100%; max-width: 1468px; text-align: center; padding-top: 0.3em; padding-bottom: 0.3em; }

At Fleurlovin, you'll find luxury innovation comfort elegance inspiration excitement quality sophistication diversity originality

{% schema %}
{
“name”: “Slick Slider”,
“settings”: [
{
“type”: “text”,
“id”: “heading”,
“label”: “Heading”,
“default”: “My Custom Heading”
},
{
“type”: “select”,
“id”: “color_scheme”,
“options”: [
{
“value”: “accent-1”,
“label”: “t:sections.all.colors.accent_1.label”
},
{
“value”: “accent-2”,
“label”: “t:sections.all.colors.accent_2.label”
},
{
“value”: “background-1”,
“label”: “t:sections.all.colors.background_1.label”
},
{
“value”: “background-2”,
“label”: “t:sections.all.colors.background_2.label”
},
{
“value”: “inverse”,
“label”: “t:sections.all.colors.inverse.label”
}
],
“default”: “background-1”,
“label”: “t:sections.all.colors.label”,
“info”: “t:sections.all.colors.has_cards_info”
}
],
“presets”: [
{
“name”: “Slick Slider”
}
]
}
{% endschema %}