Solved

Background color / image - Self Service Portal

  • 27 February 2021
  • 1 reply
  • 2401 views

Badge

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.

 

 

icon

Best answer by checho79 16 March 2021, 23:51

View original

1 reply

For 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.

Reply