The Accordions section allows you to create a collapsible content section with optional tabs.

Settings

Section padding

Blocks

There are two types of blocks in this section: Navigation and Accordion.

The Navigation block allows you to create a heading with a unique ID and an optional image field for the icon. This unique ID will be used as a parent to link with the Accordion block.

The Accordion block requires a parent ID which is the unique ID you set in the Navigation block. You can add multiple parent IDs by separating them with a comma. Each Accordion block has its own heading and content text.

<aside> 💡 When the page loads, all the accordion contents are collapsed. Clicking on the heading of any accordion will open up its content, while closing the content of all other accordions.

</aside>