Hello,
Unfortunately, Nicepage does not provide the option to hide this badge or move it.
Please try adding the following code to the Site Settings >> CSS to hide recaptcha badge:
.grecaptcha-badge {
visibility: hidden;
}
This should help.
Please let us know if you have any further questions.
...................................................
Sincerely,
Olivia
Nicepage Support Team
Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp
Hello,
Unfortunately, Nicepage does not provide the option to hide this badge or move it.
Please try adding the following code to the Site Settings >> CSS to hide recaptcha badge:.grecaptcha-badge { visibility: hidden; }This should help.
Please let us know if you have any further questions....................................................
Sincerely,
Olivia
Nicepage Support TeamPlease subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp
Thx a lot. It worked)
Hello Narine,
You can move the ReCaptcha badge to the left, just by placing the following CSS snippet code in the Site Settings>>CSS
/* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}
Or you can even hide it how it was suggested above.
IMPORTANT: According to the Google Guidelines: "You are allowed to hide the badge as long as you include the reCAPTCHA branding visibly in the user flow. Please include the following text:"
This site is protected by reCAPTCHA and the Google
<a href="https://policies.google.com/privacy">Privacy Policy</a> and
<a href="https://policies.google.com/terms">Terms of Service</a> apply.
This code you can place in the HTML element under your contact form or in the footer
Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

