Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Adding extra image to Service Portal header

Alex Ng
Tera Contributor

Hi Community,

Does anyone knows how do I add another image right next after the avatar in the header navigation in Service Portal? 

find_real_file.png

 

I tried going to Service Portal > Headers & Footers and duplicate the "Stock Header" as "Custom Header" and add a HTML line such as "<img src="second_image.png" width="180" height="70"/>" in the HTML after the line showing the avatar but it doesn't seems to take any effect. I could be looking in the wrong place or widget

Any advice is appreciated.

Thank you.

1 ACCEPTED SOLUTION

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

Hi,

use the suggested solution by ChrisBurks here, you need to add the CSS code as well:

https://community.servicenow.com/community?id=community_question&sys_id=f87e6000dbb444d45129a851ca96...

If I have answered your question, please mark my response as correct and/or helpful.

Thank you very much

Cheers
Alberto

View solution in original post

3 REPLIES 3

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

Hi,

use the suggested solution by ChrisBurks here, you need to add the CSS code as well:

https://community.servicenow.com/community?id=community_question&sys_id=f87e6000dbb444d45129a851ca96...

If I have answered your question, please mark my response as correct and/or helpful.

Thank you very much

Cheers
Alberto

Did this solve your question? Or do we need to follow-up on this?

If I have answered your question, please mark my response as correct and helpful.

Thank you very much

Cheers
Alberto

Did some tweaking based on your suggestion. Thanks Alberto. 🙂