Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2026 01:45 AM
Hi community,
I have a question where if the user clicks on the logo of ServiceNow on the change calendar, then the user should be redirected to the home.
Thanks,
Prashnth
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2026 02:53 AM
If the Change Calendar runs within a specialized portal (like CAB Workbench), you must modify the specific portal's header.
- Navigate to Service Portal > Portals.
- Select the portal you are using (e.g., CAB Workbench).
- Look for the Header field and edit the widget referenced there (such as the OOTB Stock Header or CAB Workbench Header).
- Update the HTML template or script to redirect the logo's href attribute to homepage
- Edit the HTML template of the widget to ensure the href attribute on the logo tag (e.g., <a>... <img class="navbar-brand-logo"></a>) points to your homepage ?id=index rather than reloading the current page
Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
This recommended solution leaves out quite a few steps. Please see proper solution on this youtube video from SnowHow. You'll have to clone the widget.
Welcome to Know How @ SNow How. We are bringing you a series of videos to give you some "Know How" with ServiceNow. In our Intermediate series we'll go beyond the basics and cover more details and capabilities with additional use cases. For this video, we'll cover how to update the Portal Logo URL