Use gradients for header background
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2018 12:59 PM
Hi,
I have 3 background colors in the logo and I want the same to flow in the Service Portal header as a background. How do I do this in Kingston or Istanbul version?
Thanks
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2018 01:43 PM
Any help on this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 04:24 AM
Hi Mary,
Did you ever find a solution for this? This is the exact question my team just asked me yesterday afternoon.
Thanks,
Richelle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 04:36 AM
Hi,
I think you have to modify CSS of the element that you want to change, go to service portal configuration and select 'SP Header' and modify the main CSS with this code:
linear-gradient:(direction, colour1, colour2);
Example:
#grad {
background-image: linear-gradient(to right, red , yellow);
}
I let you some useful link to try it:
https://community.servicenow.com/community?id=community_question&sys_id=60c90be5db5cdbc01dcaf3231f96...
Let me know if it was useful with positive feedback.
Thanks,
☆ Community Rising Star 22, 23 & 24 ☆