• Resolved jweaving

    (@jweaving)


    I created a reCAPTCHA on my Contact page using the Contact 7 form and it pushed over a white space, leaving me with no background image (the brown-wood texture)??

    Any ideas what the issue is and how to fix this?

    This theme has been giving me trouble, but I’ve been getting great help here solving these issues.

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this custom CSS code:

    .wpcf7-form-control.wpcf7-recaptcha {
    		background: transparent;
    }
    Thread Starter jweaving

    (@jweaving)

    That works great for the reCAPTCHA!

    Only problem is that when you click on the Contact form, it changes the white text box to a darkened background color (the brown-wood texture) text box with white typeface. When you click outside the box, the box whitens again and you can’t see what was typed.

    Was this due to the CSS code change?

    Was this due to the CSS code change?

    No. Remove the code I pasted above and you’ll notice that what you describe is still there. The .wpcf7-recaptcha part specifically targeted just the reCAPTCHA field.

    Since this is a separate issue, it would be best if a new thread was opened.

    Thread Starter jweaving

    (@jweaving)

    Thanks! Closing this issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issue with reCAPTCHA creating white space on background on Contact 7 page’ is closed to new replies.