Ninja Form in Convert Plus Modal Help Text

Hi,
Is there any way to get the help text to show on top of the form inside teh popup?

http://dev.armorlight.biz/pricing/

if you click the transparent button wth green borders, the popup with open with the form and if you hover over the info icon, you can see what I mean.

Thanks!

Hey @suzannereid,

Here’s the code the will put the popup on top.

.cp-overlay {
    z-index: 9999
}

Just note that it might have some side effects like it displaying the bar. If it’ll cause issue in other areas of your site, you will need to have a third party developer to work closely with fixing this issue per page.

Set your bar’s z-index to 9999 so it will be moved below the overlay stack.

Hope that helps.

1 Like

Thank you!! That worked perfectly.

You are most welcome. :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.