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.

Is it possible to disable guided tours on one service portal?

Drew8
Tera Guru

We have 2 service portals one for HR and one for ITSM. We only want guided tours on one of them. I have seen the guided tour properties but that will disable it for both portals. Is it possible to only disable it for one portal?

1 ACCEPTED SOLUTION

Hello @chrisperry , what I ended up doing was disabling it in the portal header CSS script on the sp_header_footer table. I added

nav #tour-dropdown {
display: none;
}

This disabled it in our primary portal while leaving it in our secondary one.

View solution in original post

6 REPLIES 6

Got it -- I was afraid you were going to say the customization route 🙂 but that makes sense -- thanks for the help.

If this answer is helpful please mark correct and helpful!

Regards,
Chris Perry

Thanks for posting this! Very helpful!

I hope this helps!
Michael D. Jones
Proud member of the GlideFast Consulting Team!