Accordion
Accordion shortcode allows you to provide multiple panes and display them one at a time. We can create an accordion quickly by using syntax as below:
[accordions class="...|style02" type="toggle|accordion"]
[accordion title="Pixel Perfect Design" expand="true" icon="fa fa-puzzle-piece"] Text [/accordion]
[accordion title="Easy To Customize" icon="fa fa-puzzle-piece"] Text [/accordion]
[accordion title="Award Winning Support" icon="fa fa-puzzle-piece"]Text [/accordion]
...
[/accordions]
In Voyo theme, we pre-defined CLASS_WRAPPER can be:
- style01
- style02
NOTE: - Default value of expand property is FALSE
- You can define more than class if you want
You can reference to link to view how shortcode display