Skip to main content

How To Remove Share Icon on Tours Hosted On Your Own Hosting Server

Clayton Rothschild avatar
Written by Clayton Rothschild
Updated over 3 years ago

To remove share icon on tour viewer's screen, you can navigate to /js/main.js file

and find this line:
​{return r("share")}},"hide",t||w)

and replace it with this:

{return r("share")}},"hide",true)

Did this answer your question?