Created a pop up modal, how do I edit modal content since interaction has it hidden?

I created a pop up modal using click triggers including opacity set to 0 and I need to edit the content in the modal but I can’t seem to find a way to see the content to edit it unless I delete all the interactions… is that the only way I am able to edit the hidden modal?


Here is my public share link: LINK
(how to access public share link)

Likely you have the pop up modal container still showing. Even though you set it to 0 (and it appears its gone), the div is still on top of everything. To get to the content underneath it to edit it, you need to hide that container temporarily. Hope that makes sense.