Hi,
I would like to show a promotional pop-up each time a user access the home page.
How can I code this frequency?
Tried the code injection below but this results in showing the promotional pop-up on each page.
<script>
window.localStorage.setItem('test', '0');
window.localStorage.setItem('squarespace-popup-overlay', '0');
</script>