RyanDaDeng / laravel-google-recaptcha-v3

It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
MIT License
273 stars 40 forks source link

Badge still showing at the bottom of the page when background_badge_display set to false #93

Open maxou0789 opened 2 years ago

maxou0789 commented 2 years ago

Hello, The badge is still showing at the bottom of the page when background_badge_display set to false.. thanks

weblabio commented 1 year ago

+1

fxcjahid commented 1 year ago

use this one in CSS file

.grecaptcha-badge {
    visibility: hidden;
}