Redirect the user to the homepage when they click on the logo from the Change Calendar.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
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
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
OOTB, if a user clicks on the banner logo, it will redirect them to the homepage unless some preference has been changed.
Please share a screenshot of where exactly you want this behavior changed.
*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
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