Question:
I want to have a “Don’t show again” button for my Popup to hide it from the users that once see it.
Answer:
You can add the following CSS class to your CTA (Call to action) button to close the Popup for your specified time period:
sg-popup-dont-show-30 “30” in the code is the number of days for cookie saving.
You can change it to whatever you wish.
<button class="sg-popup-dont-show-30">Close Popup and Don’t Show for 30 days</button>
I want to have a “Don’t show again” button for my Popup to hide it from the users that once see it.
Answer:
You can add the following CSS class to your CTA (Call to action) button to close the Popup for your specified time period:
sg-popup-dont-show-30 “30” in the code is the number of days for cookie saving.
You can change it to whatever you wish.
<button class="sg-popup-dont-show-30">Close Popup and Don’t Show for 30 days</button>
Published on: 10 / 06 / 2019