Popup button click interaction not working

Alright, so I have 3 separate popups laid out.

I have 3 buttons all with different classes that are display:none until the box is hovered on:

And I have separate interactions setup for when the buttons are clicked…they’re supposed to open the corresponding popup but they’re linked with just a # instead.

Here’s the dev link: https://aw.stambaughdesigns.co/

Any help would be greatly appreciated!

I see that your problem is solved, I would like to ask, how did you solve it? I also encountered the same problem.

I had to remove the button…just use the block wrapper as the trigger element to open the popup. Not ideal but it worked.