To add an alert to the homepage, add content to the box above.
For a stylized alert message, add a rich text section.
Use the rich text editor to add headings, text, and links.
Switch to the Source code to add an opening div tag with class homepage-alert before your contents, and a closing div afterwards. See example code to the right.
Otherwise, any content added to the box will display as a regular box, i.e. no background color or border.
To remove an alert, remove box contents from box above, but leave box intact.
The storage box below can be used to hold code when the alert box is not in use.
Example alert
Example Code
Source view:
<div class="homepage-alert">
<h2>Heading</h2>
<p>Contents or anything else that the rich text editor generates for you.</p>
</div>