You will enter you content once the Accordion Widget is added to the page. When you first add the widget to the page, all the content areas will be expanded. After the page is saved for the first time, you will see the Accordion Widget behave normally.
This is what an unstyled Accordion Widget looks like. You can change the look of each section by overwriting the default style in the STYLE.CSS file in your theme.
Here are the default classes:
Here are the default classes:
- .card = the whole section. It contains both the heading and the editable area
- .card-header = This is the whole heading section.
- .btn-accordion = This is the active text that you click to open or close the accordion
- .card-body = This is the editable region that contains the text
These editable regions are fully editable and can hold any content that a normal editable area can, including images, videos, tables, custom HTML, etc.
Images
Video
Tabular Data
| Heading 1 | Heading 2 | Heading 3 |
| a | b | c |
| 1 | 2 | 3 |
