window.onload = function() { if (!wixWindow.currentUser.isLoggedIn()) { // Show the popup if user is not logged in document.getElementById("yourPopupId").style.display = "block"; } };
top of page

A lil Church

bottom of page