Default Open Item
Which accordion item is expanded on first paint. Set to None when you want every item collapsed by default (more compact, lets the visitor self-select).
Docs / Lists & FAQs / Accordion Items
A collapsible list of title + description items that expand one at a time, with an optional category filter above. Use it for FAQs, how-to steps, comparison sections, support docs, or anywhere you need to compress a lot of information into a scannable, tap-to-expand layout.
The most-used controls live here so editors can rebuild the section's basic shape without scrolling. Which item opens by default, heading visibility + alignment, list vs card layout, column count, and the optional category filter.
Which accordion item is expanded on first paint. Set to None when you want every item collapsed by default (more compact, lets the visitor self-select).
0 None (all collapsed)1 First item open (default)2 through 10 Open the 2nd through 10th itemControls whether the heading area (badge h6, title, description) appears above the accordion. Turn it off when the section follows a stronger heading from the row above and the accordion should read as a continuation.
Horizontal alignment for the heading area on desktop (993px and above).
left Left-alignedcenter Centered (default)right Right-alignedHeading alignment on tablet and mobile (below 992px). Set independently from desktop so editors can center the heading on phones while keeping desktop left- or right-aligned.
Picks how each accordion item is framed. List mode stacks items with thin dividers between them - lighter, more list-like. Card mode wraps each item in a filled, rounded box - heavier, more clickable-feeling.
list List (Dividers)card Card (Boxed) (default)Number of columns the accordion items lay out into on desktop. Mobile always stacks to a single column. Pick 2 columns for FAQ-heavy pages so the accordion does not feel impossibly long.
1 1 Column2 2 Columns (default)Shows a row of filter buttons above the accordion so visitors can narrow items by tag. Tag each item in the Filter Tags field and a button is generated per unique tag, plus a "Show All" button.
Label for the button that resets the filter and shows every item. Change to "View all", "All FAQs", etc.
Adds a smooth fade when switching between filter categories. Turn off if you want an instant cut, e.g. on a page with heavy motion already.
Caps the heading area's width on desktop so long titles and descriptions wrap to a comfortable measure. Set to 0 for full-width. Mobile always uses the full container width.
The section heading rich text and the repeating list of accordion items. Each item carries its own title, description, and optional filter tags.
The badge + title + description block above the accordion. Default markup is <h6> (rendered as a pill badge when Badge Style is enabled), <h1> for the section title, and <p> for the description. Keep the h6 short (2-4 words) so the badge pill stays compact.
The repeating list of accordion items. Editors can add, reorder, or remove items inline. Minimum 1, maximum 20. Each item exposes the three sub-fields below.
The trigger text - usually the question. Keep it short enough to fit on one line on desktop; long titles wrap but read poorly next to the chevron.
The body content shown when the item expands - usually the answer. Supports headings, lists, links, and CTA buttons (use the theme's cta-primary / cta-secondary / etc. classes on inline links).
Comma-separated tags used to generate filter buttons (e.g. pricing, support, getting started). One button is rendered per unique tag across all items. Keep spelling and case consistent or you will end up with duplicate filter buttons.
Triggers an IntersectionObserver-driven fade when the section scrolls into view. The fade adds a 30px slide from the chosen direction plus opacity.
none No animation (default)bottom Fade Up (from bottom)top Fade Down (from top)left Fade from Leftright Fade from Rightfade Fade Only (no slide)Reduced motion: When a visitor has prefers-reduced-motion: reduce, the animation is skipped and the section renders fully visible.
Developer hooks for adding custom CSS or JS targeting. Leave blank for most pages.
Sets an id="..." on the section element. Must be unique on the page. Useful for anchor links (e.g. #about) and JS targeting.
Additional classes (space-separated) appended to the section element's class list. Useful when applying page-specific overrides via the page's custom CSS.
Everything visual: accordion colors and card shape, badge styling, filter button styling, section dividers, and the row's background/width/spacing.
Color controls for accordion text and dividers, plus card-specific shape controls. Some fields only appear in list mode, others only in card mode.
Color of inactive (collapsed) accordion titles. Default is a mid-grey so the open item visually dominates.
Color of the currently active (open) accordion title in list mode. In card mode, see Card Active Title Color below.
Color of the description text inside expanded items. In card mode, see Card Active Description Color for the open-state color.
Color of the thin border between accordion items in list mode. Match it to a slightly darker shade of your section background so the rule reads as a divider, not a hard line.
Background color of inactive (collapsed) card items.
Background color of the active (open) card. Default is black so the open card pops against a light page background.
Background color when hovering over an inactive card. Keep it close to the card background so the hover state feels like feedback, not a state change.
Title color when the card is open. Defaults to white because the default active card background is black.
Description color when the card is open. 85% white softens the body copy slightly so it doesn't compete with the title.
Roundness of card corners. 12px matches the theme's default tile rounding.
Vertical (and horizontal in 2-column mode) space between cards.
Styles the <h6> inside the section heading as a pill badge instead of a plain heading. Badge color/border are pulled from the chosen badge tier and the theme's badge settings.
Picks the badge tier. Colors are configured in Theme Settings > Badge.
badge-primary Primary (default)badge-secondary Secondarybadge-three Threebadge-four Fourbadge-five Fivebadge-six SixAppearance of the category filter buttons. The entire group is only shown when Enable Category Filter is on.
Horizontal alignment of the row of filter buttons.
left Leftcenter Center (default)right RightText color of inactive filter buttons.
Text color of the currently selected filter button.
Background color of the active filter button (the pill behind the selected category).
Decorative SVG shapes that sit at the top or bottom of the section, useful for blending into the section above or below.
Both top and bottom dividers share the same 9 shape options. The shape is rendered as an inline SVG matching the divider color you choose.
none No divider (default)wave-1 Wave 1 (Gentle)wave-2 Wave 2 (Sharp)wave-3 Wave 3 (Multi)wave-4 Wave 4 (Smooth)wave-5 Wave 5 (Layered)tilt Tilt (Angled)curve Curve (Arc)triangle TriangleEach divider also exposes: Divider Color (set this to the background color of the adjacent section), Divider Height (20-200px, default 60), Angle Height (tilt divider only, 0-300px, default 100), Flip Divider (mirror horizontally), and for the bottom divider: Divider Under Content (puts the divider behind content so buttons stay clickable).
The section's wrapping row controls: background (color, gradient, image), content width, and per-breakpoint padding.
The Background Type dropdown drives which sub-controls appear:
none No background (default; section inherits the page bg)color Solid Color - reveals Background Color pickergradient Gradient - reveals Top Color, Bottom Color, and 8 direction optionsimage Image - reveals Background Image, Size (cover/contain/original), Position (9-point), Overlay toggle, Overlay Color, Blur toggle, Blur amountNote: The "Background" group is labeled "Image, Video, Color, etc." in the editor but the current build does not include a video background option - the Background Type select only exposes none/color/gradient/image.
standard Standard (uses theme's standard container width, set in Theme Settings > Layout)slim Slim (narrower variant, also set in Theme Settings)custom Custom - reveals a Custom Width number input (600-1920px, default 1200)Padding controls for the row, set independently for desktop, tablet, and mobile. Each breakpoint exposes a top/bottom/left/right spacing input. Defaults:
desktop 100px top, 100px bottom, 0 left, 0 righttablet 60px top, 60px bottom, 0 left, 0 rightmobile 40px top, 40px bottom, 15px left, 15px right