Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Site administrators can add a site-wide message to the application.

To add a site-wide message:

  1. Click the wrench to open the admin menu.
  2. Click “EthosCE Admin."
  3. Click "General Settings."
  4. Check "I accept responsibility for this code."
  5. Add the code below.
  6. 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;
}


  • No labels