All Collections
Knowledge Base
Customer Inquiry: I want to hide or change Sharing features for the end user. I want to hide elements of the tour.
Customer Inquiry: I want to hide or change Sharing features for the end user. I want to hide elements of the tour.

Read this raw conversation between customer and support to find the answer you need.

Jade Caymo avatar
Written by Jade Caymo
Updated over a week ago

Question

... it would be great to be able to select Sharing features for the end user. So when the user clicks "Share" on the Tour, I want to hide certain things. For example, our senior assisted living audience is not good at computers and the Copy link and embed code are both confusing to them.

When sharing a tour, It would be great to have "Share to FB, Twitter, or via Email" only and not show the other stuff like "Copy Link" or "Embed Code"


Answer

Use Custom CSS to hide elements. For example, your custom CSS may look like this. This should work. Use Chrome Inspector tool to get the exact class names.

#pano_container > div.Modal__Wrapper-lhk90q-0.dxDrAn > div.sc-bwzfXH.cTULga > div > div.Modal__ModalContent-lhk90q-5.gxarfo > div > div { 
display: none !important;
}

#pano_container > div.Modal__Wrapper-lhk90q-0.dxDrAn > div.sc-bwzfXH.cTULga > div > div.Modal__ModalContent-lhk90q-5.gxarfo > div > div > div.sc-EHOje.rfZmu > br:nth-child(4) {
display: unset !important;
}

#pano_container > div.Modal__Wrapper-lhk90q-0.dxDrAn > div.sc-bwzfXH.cTULga > div > div.Modal__ModalContent-lhk90q-5.gxarfo > div > div > div.sc-EHOje.rfZmu > div.sc-bZQynM.bAjRSI {
display: unset !important;
}

If you need our assistance we offer our development services for $60 an hour. This time estimate is 1 hour. Thank you.


We provide this raw question and answer between a customer and our support so you can learn more about our product. We hope this answer helps you. If you have any clarifiying questions or would like more detail, please chat us or call us anytime and reference this article.

Did this answer your question?