• Resolved dabodude

    (@dabodude)


    Hello!

    Is it possible to create a link to close the popup? I tried using the same class as the close image but that didn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @dabodude,

    Inside the popup, you need to have the following code 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>

    This should do the trick.

    Happy New Year!

    Thread Starter dabodude

    (@dabodude)

    That works. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close Popup with custom link’ is closed to new replies.