Possible to hide Tours header in service portal if 0 tours available?

Bernard A
Tera Contributor

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?

0_tours.PNG

1 ACCEPTED SOLUTION

Shruti
Mega Sage
Mega Sage

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;
}

ShrutiW_0-1670995515550.png

 

View solution in original post

3 REPLIES 3

Shruti
Mega Sage
Mega Sage

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;
}

ShrutiW_0-1670995515550.png

 

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

Thanks 🤙