Hello!
I’m trying to build a pop-up that shows on load (which works through the builder fine). It’s essentially a redirection pop-up for a landing page. One button will take specific people to an alternate landing page, the other button should just close the pop-up and keep people on the main landing page. I don’t want to rely on people to find the ‘x’ at the top right of the overlay if the pop-up doesn’t apply to them.
I’ve found this solution to a similar problem: How can I create a dismissable sticky div - #4 by Andre? However, when I implement the JS, the overlay closes, but the darker background doesn’t. Is there anything else I need to include?
Many thanks!