One of my favorite tricks is to wrap every tool tip in a div with the class .hide-on-load or something like it. When you want to edit your tour, change the display state to display. If you want to hide it and work on the rest of your site, set it to display none.
NOTE: If you do this, I recommend hard coding the correct display state in your site header. That way it always defaults back to the correct styling when you publish.
There are better solutions involving custom code which I'm not too familiar with. If you have a simple website, I recommend creating a "welcome" page which is only visiting the first time someone comes to your site. If maintaining two version of a page is too burdensome, you'll want to have the tour tips off by default, and use some custom code to automatically turn them on the first time someone visits your site. Maybe with a URL param, flag on a user object, or something like that.
I'm not sure what's wrong or how to fix it 🤔 It seems like Webflow will sometimes automatically make the following changes which need to be fixed after cloning...