- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 06:40 PM
Hi All,
I have a Tokyo version instance and I would like to see if it is possible to hide the 'Tours' header in service portal if there are 0 available tours.
I don't want to disable Tours because I have 1 tour created for a specific portal page, but I'd like the tours header to be hidden for all other pages instead of showing as '0'.
Is this possible?
Solved! Go to Solution.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 09:36 PM
For all other pages you can hide Tours through Page specific CSS. Try pasting below CSS on each page where you want to hide it
a#tour-dropdown{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 09:36 PM
For all other pages you can hide Tours through Page specific CSS. Try pasting below CSS on each page where you want to hide it
a#tour-dropdown{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 02:55 PM
Hi Shruti,
Thank you for this solution, it works but will have to apply this for all pages where the tour shouldn't come up. Hopefully there'll be a way to just have the tour header behaviour be hidden when there are 0 tours.
Cheers!
Bernard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 04:10 PM
Thanks 🤙