Go to Admin CP --> Templates & Style --> Templates --> *expand your template set* --> Index Page Templates --> index
{$headerinclude}
add extras
<style type="text/css">
.newsbar {
background: #D6ECA6;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
font-weight: bold;
}
</style>
add extras
{$header}
<p class="newsbar">Your Important Announcement Here</p>
:tup
{$headerinclude}
add extras
<style type="text/css">
.newsbar {
background: #D6ECA6;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
font-weight: bold;
}
</style>
add extras
{$header}
<p class="newsbar">Your Important Announcement Here</p>
:tup