FAQ: How to close the Popup with a Custom link
Question:
How to close the Popup with a custom link?
Answer:
You will need to have the following code inside the popup with sg-popup-close CSS class attached to the element:
<a href="javascript:void(0)" class="sg-popup-close">Click Me to Close popup</a>
Updated on: 22/06/2022
Thank you!