Implement a simple, low-code communication or announcement banner across high-visibility or high-traffic areas of your site.
Further customizations than what is detailed here should be provided by your in-house web design and development resources.
Modify the CSS below to control the look of the banner, replacing the # with your desired hex color codes. You can add this CSS to your site's Custom site CSS (in Control Panel) or within a CSS widget on the specific page where the banner will be placed.
.announcement {
border: none;
width: 100%;
}
.announcement thead {
text-align: center;
}
.announcement th {
background: # ; /* announcement background color*/
border: none;
padding: 12px 8px;
color: # ; /* announcement text color */
}
.announcement th a {
color: # ; /* announcement link color */
text-decoration: underline;
}
.announcement th a:hover {
color: # ; /* announcement link color on hover */
text-decoration: underline;
}
.announcement th a:focus {
color: # ; /* announcement link color on focus */
outline: 1px dotted # ; /* announcement link outline color on focus. change to match focus link color */
}
Create the banner component containing your message copy in the WYSIWYG editor using a 1×1 table.

| View our most recent release notes to stay up to date. |
|---|

