Creating a Lightbox Form that doesn't have a close option

Anonymous
Not applicable

Creating a Lightbox Form that doesn't have a close option

Hi there,

I am creating a lightbox form for a subscriber article page. Our subscribers will have the ability to share the article on social media. If one of their friends clicks on the share (they would be a cold lead), I want a lightbox to pop-up on the article page. The traditional lightbox has that little "x" to close out of the lightbox. How do I get rid of this "x out" option to fully gate the page?

Thanks,

Mike
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Creating a Lightbox Form that doesn't have a close option

Open Google Chrome. Right Click on the X and say Inspect Element. Find out what the Div that contains the X is and set it on Display:none; ... Some amount of CSS knowledge required to implement this idea. If you give the URL i can help a little.
Anonymous
Not applicable

Re: Creating a Lightbox Form that doesn't have a close option

That worked! Thanks Adam. Don't know why I never thought of that. I appreciate the help.

Mike