Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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."

Code Block
languagecss
div#content:before {
    content: "PLACE YOUR SITEWIDE MESSAGE HERE";
    text-transform: none!important;
    color: darkredwhite;
    padding: 10px!important;
    position: relative;
    width: 100%!importantdisplay: block;
    font-size: 1.3em;
    background: mediumvioletred;
    text-align: -webkit-center;
    border-radius: 15px;
    margin: 15px 0 15px 0;
    positionborder: 1px solid relativedarkgray;
    displaytext-shadow: block1px 1px 0 black;
}