Hide reCAPTCHA badge with CSS visibility property
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3585,3 +3585,8 @@ main {
|
|||||||
.page-hero {
|
.page-hero {
|
||||||
padding-top: 140px; /* 120px base + 20px for navbar */
|
padding-top: 140px; /* 120px base + 20px for navbar */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide reCAPTCHA badge */
|
||||||
|
.grecaptcha-badge {
|
||||||
|
visibility: hidden !important;
|
||||||
|
}
|
||||||
5
assets/css/main.min.css
vendored
5
assets/css/main.min.css
vendored
@@ -3537,3 +3537,8 @@ main {
|
|||||||
.page-hero {
|
.page-hero {
|
||||||
padding-top: 140px; /* 120px base + 20px for navbar */
|
padding-top: 140px; /* 120px base + 20px for navbar */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Hide reCAPTCHA badge */
|
||||||
|
.grecaptcha-badge {
|
||||||
|
visibility: hidden !important;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user