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: darkred; padding: 10px!important; width: 100%!important; position: relative; display: block; }