Transparent nav-bar in Service Poratl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2018 12:10 AM
Hi Everyone,
I have a question related to Service portal. I want to make header transparent and all the menu items will diplayed on the background image.
Current Header:
So, i want to make transparent header and servicenow logo, Knowledge, Service catalog, Requests, System status all displayed on the background image.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2018 08:55 AM
I dont think you can do that. Because header bar is on every page. But the background image is only on the homepage.
If you till want to change it, you may need to do some changes to the Stock Header
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2018 11:00 AM
Hi Sanjivmeher,
I tried below script for transparent header but it is not working. Is there any other things i need to made.
.navbar-default{
background:transparent;
background-image:none;
border-color:transparent;
box-shadow:none; }
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2018 12:34 PM
Where did you add this code
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2018 12:49 PM
I Cloned the stock header widget and i added this code to that widget.
Thanks