Subpage Styles

Overview

The page editor allows you to assign your block and inline elements (headings, paragraphs, blockquotes, etc.).

Custom Buttons

There are 4 custom button options for your site. You can highlight text in your content area, select the link icon to assign a link and then choose the button class from the formats menu.

Grouped Title

To insert a grouped title snippet into a page or section select the "Insert/Edit Snippets" icon and select the "Grouped Title" option.  You can update the content from WYSIWYG once it's insert or use the page source view once the code has been inserted.

Example HTML:

<div class="grouped-title">
<h1 style="text-align: left;">Your Next Steps</h1>
<h4 style="text-align: left;">Beltway Park is a group of people helping each other take our next steps with Jesus</h4>
</div>

Tabs

To insert a tab snippet into a page or section select the "Insert/Edit Snippets" icon and select the "Tabs" option.  You can update the content from WYSIWYG once it's insert or use the page source view once the code has been inserted.

Example HTML:

<div class="tabs">

<ul>

<li><a href="#tabs-1">Tab 1</a></li>

<li><a href="#tabs-2">Tab 2</a></li>

<li><a href="#tabs-3">Tab 3</a></li>

</ul>

<div id="tabs-1">

<p>Proin elit arcu, rutrum commodo..</p>

</div>

<div id="tabs-2">

<p>Morbi tincidunt, dui sit amet facilisis feugiat.</p>

</div>

<div id="tabs-3">

<p>Mauris eleifend est et turpis.</p>

</div>

</div>

Accordions

To insert an accordion snippet into a page or section select the "Insert/Edit Snippets" icon and select the "Accordion" option.  You can update the content from WYSIWYG once it's insert or use the page source view once the code has been inserted.

Example HTML:

<div class="accordion">

<h6>Section 1</h6>

<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>

<h6>Section 2</h6>

<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>

<h6>Section 3</h6>

<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>

<ul>

<li>List item one</li>

<li>List item two</li>

<li>List item three</li>

</ul>

</div>

<h6>Section 4</h6>

<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>

<p>Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.</p>

</div>

</div>

Call to Action

To insert a call to action snippet into a page or section select the "Insert/Edit Snippets" icon and select the "Call to Action" option.  You can update the content from WYSIWYG once it's insert or use the page source view once the code has been inserted.

Example HTML:

<div>
<div class="div-callout dark">
<div class="media"><img class="d-flex mr-3" alt="image" src="http://tools.ekklesia360.com/_img/holder.png" />
<div class="media-body">
<h3>Call to Action Title</h3>
<h6>Editable Content Goes Here. Make it Brief and Descriptive!</h6>
</div>
<a class="go" href="#"><span class="icon-arrow-right5"></span></a></div>
</div>
</div>