- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 03:56 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 09:05 AM
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
And as a result, the logo is clickable and will take you to the home page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
hey same issue I am facing did you find any solution