Good day, how to change the top background image in Self Service Portal? I mean in my example the purple colored background.
Thank you very much for your help.

Best answer by checho79
View originalGood day, how to change the top background image in Self Service Portal? I mean in my example the purple colored background.
Thank you very much for your help.
Best answer by checho79
View originalFor the blue banner, you need to add a code block to the CSS Stylesheet in the “Portal customization” section and change the "background” config.
#home-page-container #hero-banner
{
height: 384px;
background: linear-gradient(356.12deg, #5756d1 0%, #3924a7 100%);
margin-top: -76px;
box-sizing: border-box;
text-align: center;
}
To change color is easy enough, but to use a custom image, I think you’ll need to contact FreshService support and send them the image.
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.