We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

How to make Header Logo clickable in UI Builder Service Portal?

Akshay Gupta2
Kilo Sage

I am implementing a service portal using UI Builder. I was able to create a header using a "chrome_header" property.

And I was also able to add a Logo in Header, But I need to make this header logo clickable. i.e., When portal user clicks the header logo he should be navigated to the landing page of portal.

 

I have tried many things, but not able to get this behavior, Header logo is acting as a static image, not clickable when I hover over It. 

 

For most of the dev, I took help from this article. "https://www.servicenow.com/community/next-experience-articles/workspace-app-shell-ux-page-properties..."

 

I have looked all the places to find if by any means this can be implemented, but not been able to find the property.

 

Really appreciate if someone can help.

1 ACCEPTED SOLUTION

Mike_R
Kilo Patron

The best instructions I found were here:

https://myblogs.in/all/now/ui_builder/part-5-add-header-and-logo/

 

 

Basically create a new theme, then in your ux theme asset add and attach the logo

Mike_R_0-1670951079152.png

 

Mike_R_1-1670951088663.png

 

 

 

And as a result, the logo is clickable and will take you to the home page

Mike_R_2-1670951130918.png

 

 

 

View solution in original post

5 REPLIES 5

hey same issue I am facing did you find any solution