All Collections
Download and Host Tours
How To Remove Share Icon on Tours Hosted On Your Own Hosting Server
How To Remove Share Icon on Tours Hosted On Your Own Hosting Server
Clayton Rothschild avatar
Written by Clayton Rothschild
Updated over a week 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?