Subpage Styles
Overview
The content editor allows you to different formats (headings, paragraphs, blockquotes, etc.) to your page content. Your theme comes with predesigned styling (color, font, size, etc.) for these different formats.
Custom Buttons
To insert a button select the "Insert/Edit Button" icon seen in the screenshot below
and choose your button settings. Once completed and inserted into the page/section you will highlight the button and select the "Insert > Link" option from the editor and attach a link to the button.
Full width images
If you would like an image to always be the full width of the container it is within, you will need to go into the Source Code after the image has been inserted into the content editor.
Once the image has been inserted, select the image by clicking on it and then pressing the button in the toolbar that looks like this: "< >". Once the source code is opened, you will then need to locate the img tag for the image that you are working on and add the class of "responsive-image" to the tag. Once you are done the tag will look like this:
<img class="responsive-image">
Please feel free to contact your Onboarding Specialist, Project Member or our support team if you need further assistance with this.
Tabs
To insert a tab onto a page, you will use the snippet tool, which can be found in the toolbar of the content editor by clicking on the gold star. This will open up a pop-out window where you will select the "MK036 Tabs" option.
Once you have Selected "MK036 Tabs" then press OK and the placeholder content will get added into the content editor. Then you will be able to replace the placeholder content with your own content.
*NOTE - If you would like more or less tabs, please contact your Onboarding Specialist, Project Manager or our Support Team for assistance.
Accordions
To insert accordions onto a page, you will use the snippet tool, which can be found in the toolbar of the content editor by clicking on the gold star. This will open up a pop-out window where you will select the "MK036 Accordion" option.
Once you have Selected "MK036 Accordion" then press OK and the placeholder content will get added into the content editor. Then you will be able to replace the placeholder content with your own content.
*NOTE - If you would like more or less accordions, please contact your Onboarding Specialist, Project Manager or our Support Team for assistance.
Callout
To insert a callout snippet into a page or section select the "Insert/Edit Snippets" icon and select the "MK036 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.
Example HTML:
<div class="div-callout">
<h3>Heading Style H3</h3>
<p class="lead">Lenius, hic Stoicorum more nos vexat. Non quam nostram quidem, inquit Pomponius iocans; Teneo, inquit, videri nihil dolere.</p>
<p><a class="btn btn-primary" href="#">My Fantastic Button</a></p>
</div>