• Resolved raul292

    (@raul292)


    Hello
    I would like to know if it is possible to remove the close button on a pop up with a form email.
    Indeed, i would like to make it compulsory to subscribe before acceding to content.
    Thank you,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @raul292

    Hope you are doing well!

    To hide the close X button please try this CSS code:

    .hustle-modal-close {
    	display:none !important;
    }

    Add the code from Appearance > Customize > Additional CSS filed.

    Also, enable “Clicking on the background does not close Pop-up” option in Hustle > Pop-Up > Display Settings.

    Set cookies to be expired for as much time is possible. Please note, if a visitor will clear browser cache on his end, cookies will be removed and the pop-up will be showing up again.

    Hope this helps!

    Cheers,
    Nastia

    kncmoon

    (@kncmoon)

    This works well to remove the “X”, but you can still hit the ESC key to remove the pop-up and allow access. Any way to prevent use of ESC key?

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @kncmoon,

    please follow up this topic for any update:
    https://www.ads-software.com/support/topic/disable-esc-key-to-close-popup/

    Thank you,
    Dimitris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove close button on pop up’ is closed to new replies.