Site-wide messaging
Site administrators can add a site-wide message to the application.
To add a site-wide message:
Click the wrench to open the admin menu.
Click “EthosCE Admin."
Click "General Settings."
Check "I accept responsibility for this code."
Add the code below.
Click "Save configuration."
div#content:before {
content: "PLACE YOUR SITEWIDE MESSAGE HERE";
text-transform: none!important;
color: white;
padding: 10px!important;
position: relative;
display: block;
font-size: 1.3em;
background: mediumvioletred;
text-align: -webkit-center;
border-radius: 15px;
margin: 15px 0 15px 0;
border: 1px solid darkgray;
text-shadow: 1px 1px 0 black;
}