Reply To: Moving the recaptcha logo up by about 65 pixels or disabling it all together.


Home Forums Advanced noCaptcha & invisible Captcha PRO Moving the recaptcha logo up by about 65 pixels or disabling it all together. Reply To: Moving the recaptcha logo up by about 65 pixels or disabling it all together.

#38820
Shamim Hasan
Keymaster

If you use V2, you will have an option to show badge in Bottom Left.
Or you can use following css to move it a little higher.

.grecaptcha-badge {
	margin-bottom: 65px;
}