...
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."
Code Block | ||
---|---|---|
| ||
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; } |