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.
Page 1 / 1
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
Join the Community
Already have an account? Login.
Sign in to the Community
No account yet? Create an account.
Social Login
Login for Freshworks Employees Login with LinkedInor sign up below
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.