- In admin cp go to styles and templates.
- Click on style manager.
- Select Style Variable Editor in the drop down menu on the right.
- Scroll down until you see notices.
- Then click on notices_background.
- Change #ffeb90 to the disired color.
--------------- Added [DATE]1350817578[/DATE] at [TIME]1350817578[/TIME] ---------------
For more advanced options:
In admin cp go to styles and templates.
Click on style manager.
Select edit templates in the drop down menu on the right.
- Scroll down until you css templates.
- Double click on it to expend.
- Double click on additional css.
- Add folowing code:
Code:
.notices li {
background: #004455;
color: #ffffff;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
border-left: 1px solid #C4C4C4;
border-right: 1px solid #C4C4C4;
margin-bottom: 10px;
}
.notices li a {
color: #ffffff;
}
- Change colors to your disire: