Global Banner Announcements

Hello - Does anyone know if it’s possible to make a global banner announcement (or something similar) in Ethos? Thanks!

You sure can. This is an example we had up a while back.
Manage > Configuration > EthosCE > EthosCE general site configurations > Global CSS Code

div#content:before {
content: “We have recently added a new profession field to the profile for Joint Accreditation. If you have not done so already, please take a moment to review your profile and select your profession.”;
text-transform: none!important;
color: black;
padding: 10px!important;
position: relative;
display: block;
font-size: 1.3em;
background: gold;
text-align: -webkit-center;
border-radius: 15px;
margin: 15px 0 15px 0;
border: 1px solid darkgray;

}

1 Like

EthosCE Web Designer here! If you need any further assistance with a global banner, let me know. :slight_smile:

Just to clarify, you work for EthosCE?

Correct! I was brought on a little over a month ago to assist with needs like this.

@Remy_Perez could you look at an issue I have in JIRA for CEC-80 about uploading a new banner on top of site?Unknown

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.