We often get asked, “How do I add highlight styles to my content?”. With Renaissance, you are able to apply alert and highlight styles to your content with simple edits.
Alerts & Highlights and can be added through a CMS snippet or directly into the source code of a page.
If building CMS snippets or editing source code, a general understanding of HTML will help you accomplish this task easier.
Adding these in is as simple as copy and paste into the section of snippet markup or page source code where you want it displayed, and then you will replace the “Text Here” with the text/content you want to be displayed within the styling.
See below for examples and code needed for implementing:
Default
<div class="notice">TEXT HERE</div>
Highlight
<div class="highlight">TEXT HERE</div>
Important
<div class="important">TEXT HERE</div>
Success Alert
<div class="notice notice--positive">TEXT HERE</div>
Warning Alert
<div class="notice notice--warning">TEXT HERE</div>
Error Alert
<div class="notice notice--negative">TEXT HERE</div>