Skip to main content

Where exactly is the value of the announcement banner color?  Our current header background blends in too much with the shade of the announcement banner so looking to change it.

Add this CSS snippet in Admin Settings ➜ Service Desk Rebranding ➜ Portal customization ➜ Stylesheet and edit the hex color code to your liking!

/* Support portal homepage custom colors */
#announcement-banner {
background-color: #ed9902;
}

Optional — you can customize the text as well

/* Customize announcement title */
.announcement-title {
font-size: 14px;
color: #FFFFFF;
}

/* Customize announcement "posted by" */
.announcement-postedby {
color: #FFFFFF;
}

 

Hope this helps!

Christian