Gravity forms captcha not displaying properly

The captcha box on the form on this page http://23.235.203.82/~upcscottsville/contact/ is not displaying properly. Any suggestion?

Hi Dan,

The issue is actually caused by your theme’s CSS. It appears that the Headway block CSS is overriding the recaptcha CSS.

Try adding the following to your custom CSS and see if that works for you. If it doesn’t you will want to contact Headway theme for further assistance.

#block-b2k56e72934ea369 .recaptchatable a,
#block-b2k56e72934ea369 .recaptchatable a:hover {
  font-size: 8pt !important;
}

Thanks,
Danny

Thanks - That worked.

Hey Dan,

Glad to hear Danny’s suggestion worked! And thanks for taking the time to inform us. :slight_smile:

Enjoy BB!

Ben