Kingsbell exposes global settings for the visual system and section-level settings for page composition. Use global settings for consistent store-wide decisions and section settings for local content and layout choices.
Brand settings
The Brand group includes:
- primary logo;
- inverse logo;
- logo width from
80pxto320px; - favicon.
Provide SVG or high-resolution raster artwork with sufficient contrast. Test the primary and inverse logos against the actual header backgrounds used by the selected templates.
When no logo is configured, Kingsbell can fall back to a text wordmark.
Colours
The theme defines a palette and semantic colour roles.
Default palette values:
| Palette entry | Default |
|---|---|
| Obsidian | #0A0A0A |
| Alabaster | #F9F8F6 |
| Paper | #FFFFFF |
| Graphite | #5F5E5E |
| Outline | #D8D5D2 |
| Champagne | #C5A059 |
| White | #FFFFFF |
| Error | #BA1A1A |
Semantic roles include:
- page background;
- raised surface;
- alternate surface;
- primary text;
- muted text;
- borders;
- accent;
- primary button;
- primary button text;
- error.
Change semantic roles rather than editing component CSS. After changing colours, review text contrast, focus rings, form errors, disabled states, sale prices, badges, overlays, and inverse headers.
Typography
Global typography settings include:
- heading font;
- body font;
- heading scale from 80% to 140%;
- body scale from 90% to 120%;
- body line height from 130% to 190%;
- heading letter spacing;
- label letter spacing;
- uppercase button labels.
Defaults are Playfair Display for headings and Inter for body copy.
Large heading scales can cause wrapping in product titles, navigation, buttons, and narrow mobile layouts. Review the longest real content rather than placeholder text.
Layout and motion
Global layout controls include:
| Setting | Range or options | Default |
|---|---|---|
| Maximum page width | 1000–1600px | 1440px |
| Maximum reading width | 640–1040px | 780px |
| Desktop side margin | 24–120px | 80px |
| Mobile side margin | 16–40px | 24px |
| Grid gutter | 16–48px | 32px |
| Section spacing | 72–168px | 120px |
| Internal spacing scale | 80–140% | 100% |
| Corner style | Sharp, subtle, soft, rounded | Sharp |
| Motion intensity | Subtle, moderate, expressive | Subtle |
Additional controls enable motion effects, smooth anchor scrolling, and reduced-motion support.
Reduced-motion support should remain enabled. It respects a visitor's operating-system preference even when motion effects are enabled for other visitors.
Buttons and forms
Button controls include:
- height from
44pxto64px; - horizontal padding from
16pxto40px; - border width from
1pxto3px; - fade, invert, or shift hover style;
- uppercase or natural-case labels.
Form controls include underline or boxed input styles and a configurable focus-ring width.
Do not reduce button height below a comfortable pointer target. After changing hover or focus styling, test keyboard focus separately from pointer hover.
Product cards
Global product-card controls include:
- portrait, square, or image-adaptive media ratio;
- text alignment;
- no hover, subtle zoom, or card lift;
- optional currency codes;
- outline, solid, or text-link quick add.
Product-card settings affect collection, search, recommendation, and other reusable card grids. Review every context after changing them.
Use currency codes when stores serve markets where the currency symbol alone is ambiguous.
Flexible content
The Flexible content section renders reusable theme blocks and Shopify app blocks.
Available theme blocks include:
- heading;
- text;
- button;
- image;
- statistic;
- resource card;
- spacer;
- group.
Groups support one nested level. This is enough for practical compositions while keeping the theme editor understandable.
Use Flexible content for structured landing pages, reports, service pages, campaign pages, member resources, and other compositions that do not require a dedicated section.
Specification table
The Specification table section presents structured labels and values. It is suitable for:
- product or material specifications;
- dimensions;
- service inclusions;
- policy facts;
- report metadata;
- technical attributes.
Keep labels concise and avoid embedding complex rich text inside table values. On mobile, verify that long labels and URLs wrap without horizontal scrolling.
Tabbed content
Tabbed content remains readable as sequential panels without JavaScript. JavaScript adds:
- selected-tab state;
- panel visibility;
- ARIA relationships;
- keyboard navigation;
- theme-editor block selection behavior.
Use tabs only for closely related alternatives. Do not hide essential legal, shipping, safety, or accessibility information behind a tab that visitors may overlook.
Reusable card grids and metaobjects
The reusable-card section can render manual blocks or a list of kingsbell_content_card metaobjects.
Use metaobjects when records need centralized management and reuse. Example records include resources, people, reports, services, principles, or linked content.
A metaobject definition should follow the repository's METAOBJECTS.md contract. Field handles and types must match the Liquid implementation.
Use manual cards when content appears only once or when a merchant does not need centralized records.
Page templates for structured content
Kingsbell includes:
page.flexible.json
page.specifications.json
page.content-library.jsonpage.flexible.jsonis a general block-based composition.page.specifications.jsonprioritizes structured facts and explanatory content.page.content-library.jsonis suitable for reusable card or resource collections.
Assign the template to a Shopify page, then configure its sections in the theme editor.
Dynamic sources
Where Shopify allows dynamic sources, connect section settings to product, collection, page, article, metafield, or metaobject data rather than duplicating values manually.
Before using a dynamic source:
- confirm the source type matches the setting;
- define fallback behavior for missing data;
- test resources with and without the value;
- avoid exposing internal or confidential metafields;
- verify translations and market-specific content.
Safe customization rules
Prefer, in order:
- theme settings;
- section and block settings;
- JSON-template composition;
- reusable snippets or blocks;
- new sections;
- global CSS or JavaScript changes only when the behavior truly applies everywhere.
Avoid editing shared commerce behavior for a purely visual requirement. Avoid copying sections when a template-level configuration can produce the required result.
Configuration review checklist
After a substantial theme-editor change:
- save and reload the editor;
- preview representative products, collections, pages, blogs, and articles;
- test mobile and desktop;
- test keyboard focus and reduced motion;
- verify empty and missing-content states;
- review product cards in every context;
- confirm forms, cart, filters, search, and app blocks still work;
- export or duplicate the configured theme before a high-risk change.