Transparent nav-bar in Service Poratl

Murali19
Kilo Contributor

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:

 

find_real_file.png

So, i want to make transparent header and servicenow logo, Knowledge, Service catalog, Requests, System status all displayed on the background image.

 

Thanks.

8 REPLIES 8

SanjivMeher
Kilo Patron
Kilo Patron

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

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

Murali19
Kilo Contributor

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

Where did you add this code


Please mark this response as correct or helpful if it assisted you with your question.

 

I Cloned the stock header widget and i added this code to that widget.

 

Thanks