Last active
December 8, 2021 12:44
-
-
Save AertHulsebos/9fc6c883b9c5b7e941e2f2899c1d2dcb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Styling for the inline reCaptcha notice. And example can be seen on | |
* https://complianz.io/how-to-implement-recaptcha-and-consent-for-wp-forms/ | |
* You can ofcourse edit however you see fit. | |
*/ | |
.cmplz-recaptcha .wpforms-submit-container { | |
display:block!important; | |
} | |
.wpforms-submit-container { | |
display:none; | |
} | |
button.cmplz-blocked-content-notice.cmplz-accept-marketing.cmplz-wpforms { | |
background-color: #fff!important; | |
border: 1px solid #ddd; | |
color: #333; | |
font-size: 1.2em; | |
padding: 10px 15px; | |
margin-top:15px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment