Chapterstyle

Academy theme chapterstyle shortcode for custom section styling.

The chapterstyle shortcode wraps content in a <div> with custom inline styles, useful for visually distinguishing chapter or section blocks.

{{% chapterstyle style="padding: 1rem; border: 1px solid #d0d7de; border-radius: 0.75rem; background: #f8fafc;" %}}
Your styled content here.
{{% /chapterstyle %}}

Parameters:

ParameterDescriptionDefault
styleCSS style string applied to the wrapper <div>(none)

Example: