Subpage Styles
Overview
Look for the page called "Style Guide" to see all the styles available for your site.
The content editor allows you to add different formats to your page content: headings, paragraphs, blockquotes, etc. Some of these styles can be added via the Format drop down in the content editor, while others used the special snippets editor.
Header Styles
The heading styles are available in the content editor under Formats > Headings. You can also access the heading styles under the Paragraph dropdown
Buttons
To insert a button select the "Insert/Edit Button" green icon and choose your button settings. You can choose the style, size, text, and icon.
Tabs
To insert a tab snippet into a page or section, select the "Insert/Edit Snippets" icon and select the "Tabs" option. You have three preset options available to choose from, based on the number of tabs you want to use in the page/section.
You can update the content from the code view below the preview or use the page source view once the code has been inserted.
Example HTML:
<div class="tabs">
<ul>
<li><a href="#">Tab One</a></li>
<li><a href="#">Tab Two</a></li>
<li><a href="#">Tab Three</a></li>
</ul>
<div class="tab-content" id="">
<p>Tab one content... Proin elit arcu, rutrum commodo, vehicula tempus, commodo a, risus. Curabitur nec arcu.</p>
</div>
<div class="tab-content" id="">
<p>Tab two content... Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc.</p>
</div>
<div class="tab-content" id="">
<p>Tab three content... Morbi tincidunt, dui sit amet facilisis feugiat, odio metus gravida ante, ut pharetra massa metus id nunc. </p>
</div>
</div>
Accordions
To insert accordions into a page or section select the "Insert/Edit Snippets" icon and select the "Accordion" option. You can update the content from the code view below the preview or use the page source view once the code has been inserted.
Example HTML:
<div class="accordion">
<h4>Section 1</h4>
<div>
<p>Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.</p>
</div>
<h4>Section 2</h4>
<div>
<p>Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In suscipit faucibus urna.</p>
</div>
<h4>Section 3</h4>
<div>
<p>Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis. Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.</p>
</div>
<h4>Section 4</h4>
<div>
<p>Cras dictum. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia mauris vel est.</p>
</div>
</div>
Call To Action
To insert a special call-to-action box into a page or section select, the "Insert/Edit Snippets" icon and select the "Callout" option. You can update the content from the code view below the preview or use the page source view once the code has been inserted.
Call to Action Monklet
You can also insert a callout via monklet, which allows you to use a link list to display a callout box in a page or section. Within the link list, the following field are used for each item:
- "Name" is the heading
- "Link" is for the button link
- "Description" is the description text
- "Button Text" is required with the url (link) for the button to show
To add this monklet to page/section, go to Insert > Monklet and select the "Section Monklet - Call to Action". Within the monklet, you'll need to specify which link list to display:
{{section-monklet-call-to-action|find="link-list-name"}}
For your Style Guide page, there is an example link list setup titled "Call to Action Example", so the monklet setup looks like this: {{section-monklet-call-to-action|find="call-to-action-example"}}